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: Rob Savoye
Subject: [Gnash-commit] gnash/macros boost.m4
Date: Sat, 14 Oct 2006 00:25:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/14 00:25:29

Modified files:
        macros         : boost.m4 

Log message:
        We want the path too.

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

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- boost.m4    14 Oct 2006 00:23:54 -0000      1.18
+++ boost.m4    14 Oct 2006 00:25:29 -0000      1.19
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: boost.m4,v 1.18 2006/10/14 00:23:54 nihilus Exp $
+dnl $Id: boost.m4,v 1.19 2006/10/14 00:25:29 rsavoye Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -116,7 +116,7 @@
   version_suffix=`echo ${gnash_boost_version} | tr '_' '.'`
   AC_LANG_PUSH(C++)
   if test x"${ac_cv_path_boost_lib}" = x; then
-  AC_SEARCH_LIBS(cleanup_slots, ${boostnames}, 
[ac_cv_path_boost_lib="$ac_cv_search_cleanup_slots"],[
+  AC_SEARCH_LIBS(cleanup_slots, ${boostnames}, 
[ac_cv_path_boost_lib="${LIBS}"],[
   AC_MSG_CHECKING([for Boost thread library])
       libslist="${prefix}/lib64 ${prefix}/lib32 ${prefix}/lib /usr/lib64 
/usr/lib32 /usr/lib /sw/lib /usr/local/lib /home/latest/lib /opt/lib 
/opt/local/lib /usr/pkg/lib .. ../.."
       for i in $libslist; do




reply via email to

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