From: Adam Dickmeiss Date: Wed, 9 Sep 2009 12:05:05 +0000 (+0200) Subject: Add check for glob.h X-Git-Tag: v1.2.0~8 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=fd4ca2e7b291dbebe1b7d7348323f311579cd555;p=pazpar2-moved-to-github.git Add check for glob.h --- diff --git a/configure.ac b/configure.ac index 4841ba6..49f0715 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ if test -z "$YAZLIB"; then fi YAZ_DOC -AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h]) +AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h glob.h]) AC_CHECK_FUNCS([getaddrinfo]) if test -d ${srcdir}/.git; then