X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=1134eb48a65dd5c6b77af6e5b232c0ffdd1dea42;hb=3d0cff4393b9af790eb77ad1fa75faebf9ec4013;hp=2631955c34210c98ad7384f870f8021e13578cd5;hpb=46fcfde97a22d197c7cf0f20055c565dc55afbcb;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 2631955..1134eb4 100644 --- a/configure.ac +++ b/configure.ac @@ -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