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: Thu, 05 Oct 2006 20:44:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/05 20:44:57

Modified files:
        macros         : boost.m4 

Log message:
        Add boost_thread-gcc-mt to the list.

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

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- boost.m4    5 Oct 2006 19:43:07 -0000       1.5
+++ boost.m4    5 Oct 2006 20:44:57 -0000       1.6
@@ -95,7 +95,7 @@
     fi
   ])
 
-  boostnames="boost_thread boost-thread boost_thread-mt boost_thread_mt"
+  boostnames="boost_thread boost-thread boost_thread-mt boost_thread-gcc-mt"
   for j in $boostnames; do
   if test x"${ac_cv_path_boost_lib}" = x; then
     AC_CHECK_LIB(${j}, cleanup_slots, [ac_cv_path_boost_lib="-l${j}"],[




reply via email to

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