gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ./ChangeLog ./configure.ac plugin/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ./ChangeLog ./configure.ac plugin/Makefil...
Date: Wed, 24 May 2006 13:54:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Sandro Santilli <address@hidden>        06/05/24 13:54:42

Modified files:
        .              : ChangeLog configure.ac 
        plugin         : Makefile.am 

Log message:
        * configure.ac, plugin/Makefile.am: removed references to
        the unused Xmu library (by Patrice Dumas)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.376&tr2=1.377&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/configure.ac.diff?tr1=1.81&tr2=1.82&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/plugin/Makefile.am.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.376 gnash/ChangeLog:1.377
--- gnash/ChangeLog:1.376       Wed May 24 11:26:04 2006
+++ gnash/ChangeLog     Wed May 24 13:54:42 2006
@@ -1,5 +1,7 @@
 2006-05-24 Patrice Dumas <address@hidden>
 
+       * configure.ac, plugin/Makefile.am: removed references to
+       the unused Xmu library.
        * macros/atk.m4, macros/glib.m4, macros/gstreamer.m4,
        macros/gtk2.m4, macros/gtkglext.m4, macros/pango.m4,
        macros/sdl.m4: added namespace-like prefixes to commonly
Index: gnash/configure.ac
diff -u gnash/configure.ac:1.81 gnash/configure.ac:1.82
--- gnash/configure.ac:1.81     Mon May 22 17:30:38 2006
+++ gnash/configure.ac  Wed May 24 13:54:42 2006
@@ -276,7 +276,8 @@
 GNASH_PATH_FIREFOX
 AC_PATH_XTRA
 AC_CHECK_HEADERS(dejagnu.h)
-AC_CHECK_LIB(Xmu, XmuCvtStringToOrientation)
+dnl seems unused
+dnl AC_CHECK_LIB(Xmu, XmuCvtStringToOrientation)
 AC_CHECK_LIB(Xi, XInput_find_display)
 AC_CHECK_LIB(X11, XDisableAccessControl)
 AC_CHECK_LIB(rt, shm_unlink)
Index: gnash/plugin/Makefile.am
diff -u gnash/plugin/Makefile.am:1.23 gnash/plugin/Makefile.am:1.24
--- gnash/plugin/Makefile.am:1.23       Wed May  3 07:38:24 2006
+++ gnash/plugin/Makefile.am    Wed May 24 13:54:42 2006
@@ -83,7 +83,7 @@
 # PLUGIN_TRACE Enable this define to get debug prints whenever the plugin
 #              api gets control.
 AM_CPPFLAGS = -DPLUGIN_TRACE -DXP_UNIX -DMOZ_X11 -DPREFIX=\""${prefix}"\"
-AM_LDFLAGS  = $(X_LIBS) -lX11 -lXi -lXmu \
+AM_LDFLAGS  = $(X_LIBS) -lX11 -lXi \
        $(SDL_LIBS)     \
        $(SDL_MIXER_LIBS)\
        $(OPENGL_LIBS)  \
@@ -100,6 +100,7 @@
        $(OGG_LIBS)     \
        $(DMALLOC_LIBS)
 
+#      -lXmu
 #      $(X_LIBS)\
 #      $(X_EXTRA_LIBS)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]