tested all rpm builds
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -167,14 +167,20 @@ AC_SUBST(BOOST_THREAD_LIB)
|
||||
AM_CONDITIONAL(HAVE_BOOST_THREAD, test -n "$BOOST_THREAD_LIB")
|
||||
|
||||
# special dependencies for specific distros
|
||||
AX_DEB_DEPEND_IFEXISTS(libiberty-dev)
|
||||
AX_ALL_BUILD_DEPEND_DEV(binutils)
|
||||
AX_ALL_DEPEND_IFEXISTS_DEV(libiberty)
|
||||
AX_DEB_BUILD_DEPEND(libboost-dev)
|
||||
AX_DEB_BUILD_DEPEND(liblog4cxx-dev)
|
||||
AX_DEB_BUILD_DEPEND(libz-dev)
|
||||
AX_RPM_BUILD_DEPEND(boost-devel)
|
||||
AX_RPM_BUILD_DEPEND(zlib-devel)
|
||||
|
||||
# thread options
|
||||
THREADS="-pthread -D_MT"
|
||||
AC_SUBST(THREADS)
|
||||
|
||||
# create output
|
||||
AC_OUTPUT
|
||||
AX_OUTPUT
|
||||
|
||||
# infos and warnings
|
||||
if test "$with_threads" = "no"; then
|
||||
|
Reference in New Issue
Block a user