From: Dennis Schafroth Date: Thu, 24 Feb 2011 11:52:20 +0000 (+0100) Subject: Check for presence of yaz resultsets_count X-Git-Tag: v1.5.5~39 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=46fcfde97a22d197c7cf0f20055c565dc55afbcb;p=pazpar2-moved-to-github.git Check for presence of yaz resultsets_count --- diff --git a/configure.ac b/configure.ac index edd2fad..2631955 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([resultsets_count]) + if test -d ${srcdir}/.git; then sha=`git show --pretty=format:%H|head -1` else