projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51169a
)
Check for presence of yaz resultsets_count
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Feb 2011 11:52:20 +0000
(12:52 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Feb 2011 11:52:20 +0000
(12:52 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
edd2fad
..
2631955
100644
(file)
--- 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