gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/boost.m4


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog macros/boost.m4
Date: Tue, 06 Mar 2007 20:07:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/03/06 20:07:07

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        Fix order of lines so that the value of LIBS is 
        properly restored. Fixes bug #19211.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2560&r2=1.2561
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2560
retrieving revision 1.2561
diff -u -b -r1.2560 -r1.2561
--- ChangeLog   6 Mar 2007 17:46:36 -0000       1.2560
+++ ChangeLog   6 Mar 2007 20:07:07 -0000       1.2561
@@ -9,6 +9,8 @@
        invalid memory accesses.
        * gui/fltk{.cpp, sup.h, _glue_agg.cpp, _glue_agg.h}: Reimplement AGG
        clipping using the new interfaces.
+       * macros/boost.m4: Fix order of lines so that the value of LIBS is
+       properly restored. Fixes bug #19211.
 
 2007-03-06 Sandro Santilli <address@hidden>
 

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- macros/boost.m4     6 Mar 2007 18:06:13 -0000       1.32
+++ macros/boost.m4     6 Mar 2007 20:07:07 -0000       1.33
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: boost.m4,v 1.32 2007/03/06 18:06:13 rsavoye Exp $
+dnl $Id: boost.m4,v 1.33 2007/03/06 20:07:07 bjacques Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -149,8 +149,8 @@
 
   dnl In Debian, date-time is currently in a separate package,
   dnl so check whether it's installed.
-  LIBS="$ac_cv_path_boost_lib $save_LIBS"
   save_LIBS="$LIBS"
+  LIBS="$ac_cv_path_boost_lib $save_LIBS"
   LIBS="$LIBS $BOOST_CFLAGS"
 
   AC_TRY_LINK([#include <boost/date_time/gregorian/gregorian.hpp> 




reply via email to

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