Test config file
[pazpar2-moved-to-github.git] / configure.ac
index 2631955..1134eb4 100644 (file)
@@ -5,7 +5,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ(2.60)
-AC_INIT([pazpar2],[1.5.3],[pazpar2-help@indexdata.dk])
+AC_INIT([pazpar2],[1.5.4],[pazpar2-help@indexdata.dk])
 
 AC_CONFIG_HEADERS(src/config.h)
 
@@ -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