mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[3732a] Updated PTHEAD_LDFLAGS comment
This commit is contained in:
@@ -1093,9 +1093,7 @@ fi
|
||||
# Add some default CPP flags needed for Boost, identified by the AX macro.
|
||||
CPPFLAGS="$CPPFLAGS $CPPFLAGS_BOOST_THREADCONF"
|
||||
|
||||
# I can't get some of the #include <asio.hpp> right without this
|
||||
# TODO: find the real cause of asio/boost wanting pthreads
|
||||
# (this currently only occurs for src/lib/cc/session_unittests)
|
||||
# Can be required by gtest, boost and perhaps still asio
|
||||
PTHREAD_LDFLAGS=
|
||||
AC_CHECK_LIB(pthread, pthread_create,[ PTHREAD_LDFLAGS=-lpthread ], [])
|
||||
AC_SUBST(PTHREAD_LDFLAGS)
|
||||
|
Reference in New Issue
Block a user