From: Dennis Schafroth Date: Thu, 24 Feb 2011 12:14:12 +0000 (+0100) Subject: resultset_count check not working. Going another route X-Git-Tag: v1.5.5~37 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=96e79b4bbad8be5f219322f04ccb0ba1a2066198;p=pazpar2-moved-to-github.git resultset_count check not working. Going another route --- diff --git a/configure.ac b/configure.ac index 2631955..edd2fad 100644 --- a/configure.ac +++ b/configure.ac @@ -42,8 +42,6 @@ fi AC_CHECK_FUNC([gethostbyname], ,[AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])]) AC_CHECK_FUNCS([getaddrinfo]) -AC_CHECK_FUNCS([resultsets_count]) - if test -d ${srcdir}/.git; then sha=`git show --pretty=format:%H|head -1` else