Refactor a bit. Rename commands to server-status and session-status
[pazpar2-moved-to-github.git] / configure.ac
index 2631955..edd2fad 100644 (file)
@@ -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