Changeset 3231 for trunk/configure.ac


Ignore:
Timestamp:
May 21, 2014, 1:19:51 AM (9 years ago)
Author:
Peter
Message:

tweak for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r3214 r3231  
    259259  # boost tests above only test compilation, so let's try link in the libs
    260260  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])
    262262  AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <boost/thread/tss.hpp>],
    263263                                  [boost::thread_specific_ptr<int> x;
Note: See TracChangeset for help on using the changeset viewer.