should now work fr any ubuntu distributon

This commit is contained in:
Marc Wäckerlin
2015-11-03 13:36:24 +00:00
parent 5b5111201a
commit 33e1959d3f
4 changed files with 23 additions and 10 deletions

View File

@@ -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"