From fd4ca2e7b291dbebe1b7d7348323f311579cd555 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 Sep 2009 14:05:05 +0200 Subject: [PATCH] Add check for glob.h --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4