Changeset 3231 for trunk/configure.ac
- Timestamp:
- May 21, 2014, 1:19:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r3214 r3231 259 259 # boost tests above only test compilation, so let's try link in the libs 260 260 LIBS="$LIBS $BOOST_THREAD_LIB $BOOST_SYSTEM_LIB" 261 AC_MSG_CHECKING([for thread_specific_ptr])261 AC_MSG_CHECKING([for boost::thread_specific_ptr]) 262 262 AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <boost/thread/tss.hpp>], 263 263 [boost::thread_specific_ptr<int> x;
Note: See TracChangeset
for help on using the changeset viewer.