gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/boost.m4 ChangeLog
Date: Mon, 19 Feb 2007 22:27:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/02/19 22:27:07

Modified files:
        macros         : boost.m4 
        .              : ChangeLog 

Log message:
                * macros/boost.m4: Tweak patch for bug #18788 to work when cross
                configuring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2399&r2=1.2400

Patches:
Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- macros/boost.m4     19 Feb 2007 22:21:13 -0000      1.29
+++ macros/boost.m4     19 Feb 2007 22:27:07 -0000      1.30
@@ -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.29 2007/02/19 22:21:13 strk Exp $
+dnl $Id: boost.m4,v 1.30 2007/02/19 22:27:07 rsavoye Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -127,6 +127,9 @@
           break; 
         fi        
       done
+         if test -f $i/libboost_date_time.a -o $i/libboost_date_time.so; then
+      ac_cv_path_boost_lib="${ac_cv_path_boost_lib} -lboost_date_time"
+    fi
     AC_MSG_RESULT(${ac_cv_path_boost_lib})
   else
     for k in ${boostnames}; do

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2399
retrieving revision 1.2400
diff -u -b -r1.2399 -r1.2400
--- ChangeLog   19 Feb 2007 22:21:13 -0000      1.2399
+++ ChangeLog   19 Feb 2007 22:27:07 -0000      1.2400
@@ -1,3 +1,8 @@
+2007-02-19  Rob Savoye  <address@hidden>
+
+       * macros/boost.m4: Tweak patch for bug #18788 to work when cross
+       configuring.
+
 2007-02-19 Wil Mahan <address@hidden>
 
        * configure.ac, macros/boost.m4: add check for libboost-date-time
@@ -56,7 +61,7 @@
 
 2007-02-18  Rob Savoye  <address@hidden>
 
-       * plugin/klash/Makefile.am: Install klashpartui.rc,
+       * plugin/.klash/Makefile.am: Install klashpartui.rc,
        klash_part.desktop, and pluginsinfo in their correct
        directories. bug #190821.
 




reply via email to

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