gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros boost.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros boost.m4
Date: Wed, 11 Oct 2006 00:01:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/11 00:01:13

Modified files:
        macros         : boost.m4 

Log message:
        Don't look for the libs, just the headers will do.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- boost.m4    10 Oct 2006 23:43:15 -0000      1.10
+++ boost.m4    11 Oct 2006 00:01:13 -0000      1.11
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: boost.m4,v 1.10 2006/10/10 23:43:15 nihilus Exp $
+dnl $Id: boost.m4,v 1.11 2006/10/11 00:01:13 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -86,7 +86,8 @@
      ac_cv_path_boost_lib=`(cd ${with_boost_lib}; pwd)`
   fi
 
-  boostnames="boost_thread boost-thread boost_thread-mt boost_thread-gcc-mt 
boost-thread-gcc-m"
+dnl  boostnames="boost_thread boost-thread boost_thread-mt boost_thread-gcc-mt 
boost-thread-gcc-m"
+boostnames=""
 dnl  AC_MSG_CHECKING([for libboost library])
   for j in $boostnames; do
   if test x"${ac_cv_path_boost_lib}" = x; then




reply via email to

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