|
From: <sv...@va...> - 2012-04-18 18:42:44
|
bart 2012-04-18 19:42:34 +0100 (Wed, 18 Apr 2012)
New Revision: 12508
Log:
... and set $(BOOST_LIBS) properly again.
Modified files:
trunk/configure.in
Modified: trunk/configure.in (+1 -1)
===================================================================
--- trunk/configure.in 2012-04-18 19:34:22 +01:00 (rev 12507)
+++ trunk/configure.in 2012-04-18 19:42:34 +01:00 (rev 12508)
@@ -1885,7 +1885,7 @@
[
ac_have_boost_1_35=yes
AC_SUBST([BOOST_CFLAGS], [])
-AC_SUBST([BOOST_LIBS], ["${CXXFLAGS}"])
+AC_SUBST([BOOST_LIBS], [-lboost_thread-mt])
AC_MSG_RESULT([yes])
], [
ac_have_boost_1_35=no
|