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: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/boost.m4
Date: Fri, 04 May 2007 21:53:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/04 21:53:46

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        Fixed a bug in GNASH_BOOST_PATH (i.e. we want $i not $j)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3097&r2=1.3098
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.38&r2=1.39

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3097
retrieving revision 1.3098
diff -u -b -r1.3097 -r1.3098
--- ChangeLog   4 May 2007 21:40:50 -0000       1.3097
+++ ChangeLog   4 May 2007 21:53:46 -0000       1.3098
@@ -1,3 +1,7 @@
+2007-05-03 Markus Gothe <address@hidden>
+
+       * macros/boost.m4: Fixed a bug in GNASH_BOOST_PATH.
+
 2007-05-03 Sandro Santilli <address@hidden>
 
        * server/asobj/NetConnection.{cpp,h}: change openConnection interface

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- macros/boost.m4     2 May 2007 16:24:12 -0000       1.38
+++ macros/boost.m4     4 May 2007 21:53:46 -0000       1.39
@@ -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.38 2007/05/02 16:24:12 rsavoye Exp $
+dnl $Id: boost.m4,v 1.39 2007/05/04 21:53:46 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -52,7 +52,7 @@
         if test -f ${j}/detail/lightweight_mutex.hpp; then
           gnash_boost_topdir=`basename $j`
           gnash_boost_version=`echo ${gnash_boost_topdir} | sed -e 
's:boost-::'`
-          ac_cv_path_boost_incl="-I$j"
+          ac_cv_path_boost_incl="-I$i"
           break
         fi
       done




reply via email to

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