CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/02 21:21:32

Modified files:
        .              : ChangeLog 
        libbase        : Makefile.am 

Log message:
        Fixed gettext issue.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3071&r2=1.3072
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.63&r2=1.64

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3071
retrieving revision 1.3072
diff -u -b -r1.3071 -r1.3072
--- ChangeLog   2 May 2007 19:47:33 -0000       1.3071
+++ ChangeLog   2 May 2007 21:21:32 -0000       1.3072
@@ -1,3 +1,7 @@
+2007-05-02 Markus Gothe <[EMAIL PROTECTED]>
+
+       * libbase/Makefile.am: Get sure we link against gettext if found.
+
 2007-05-02  Rob Savoye  <[EMAIL PROTECTED]>
 
        * libbase/curl_adapter.cpp: Don't redefine snprintf() for win32.

Index: libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- libbase/Makefile.am 27 Apr 2007 01:08:50 -0000      1.63
+++ libbase/Makefile.am 2 May 2007 21:21:32 -0000       1.64
@@ -61,6 +61,7 @@
        $(LIBLTDL) \
        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
+       $(LIBINTL) \
        $(NULL)
 
 if HAS_SDL


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to