should now work fr any ubuntu distributon
This commit is contained in:
@@ -166,13 +166,7 @@ AC_SUBST(BOOST_THREAD_LIB)
|
||||
AM_CONDITIONAL(HAVE_BOOST_THREAD, test -n "$BOOST_THREAD_LIB")
|
||||
|
||||
# special dependencies for specific distros
|
||||
DIST_BUILDDEPENDS=$(
|
||||
case $(lsb_release -cs) in
|
||||
(precise|lucid|wheezy|squeeze);;
|
||||
(*) echo "libiberty-dev, ";;
|
||||
esac
|
||||
)
|
||||
AC_SUBST(DIST_BUILDDEPENDS)
|
||||
AX_DEB_DEPEND_IFEXISTS(libiberty-dev)
|
||||
|
||||
# thread options
|
||||
THREADS="-pthread -D_MT"
|
||||
|
Reference in New Issue
Block a user