X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=2908aea62eaaf5313d0dfdb91fe8652a55c4d2ae;hb=4b961ecd2b85ba10abcb110ffc163b5af293c0e7;hp=85ec1946c696f99d92f2e1610ee403f23a48923a;hpb=4254d358608b95752e115e8dcc4248dc56c765bc;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 85ec194..2908aea 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,8 @@ fi AC_CHECK_FUNC([gethostbyname], ,[AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])]) AC_CHECK_FUNCS([getaddrinfo]) +AC_CHECK_FUNCS([mallinfo]) + if test -d ${srcdir}/.git; then sha=`git show --pretty=format:%H|head -1` else