CVSROOT: /sources/gnash
Module name: gnash
Changes by: Rob Savoye <rsavoye> 07/03/11 05:53:20
Modified files:
macros : boost.m4
Log message:
Fix typo. boost_thread, not boost-thread.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.35&r2=1.36
Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- boost.m4 11 Mar 2007 05:17:14 -0000 1.35
+++ boost.m4 11 Mar 2007 05:53:20 -0000 1.36
@@ -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.35 2007/03/11 05:17:14 rsavoye Exp $
+dnl $Id: boost.m4,v 1.36 2007/03/11 05:53:20 rsavoye Exp $
dnl Boost modules are:
dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -93,7 +93,7 @@
dnl version compiled with GCC instead of the native
dnl compiler. Finally look for the library without any qualitfying
dnl attributes.
- boostnames="boost_thread-gcc-mt boost_thread boost-thread-mt
boost_thread-gcc"
+ boostnames="boost_thread-gcc-mt boost_thread-mt boost_thread
boost_thread-gcc"
version_suffix=`echo ${gnash_boost_version} | tr '_' '.'`
if test x"${ac_cv_path_boost_lib}" = x; then
AC_MSG_CHECKING([for Boost's thread libraries])
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit