From: Adam Dickmeiss Date: Wed, 13 Aug 2014 11:56:02 +0000 (+0200) Subject: Remove configure check for some unused headers X-Git-Tag: v1.7.1~4^2 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=909e8c6b0e1a8a679bf3a3979fb8d2e8a1c96703 Remove configure check for some unused headers --- diff --git a/configure.ac b/configure.ac index 6fa9844..95defaf 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ esac YAZ_DOC AC_SEARCH_LIBS([log],[m]) -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 netdb.h]) checkBoth=0 AC_CHECK_FUNC([connect]) if test "$ac_cv_func_connect" = "no"; then