From: zacheiss Date: Fri, 17 Nov 2000 10:29:06 +0000 (+0000) Subject: Add an AC_CHECK_HEADERS for netinet/in.h, needed by winad.incr. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/3c64a8a2c13dcb622c505e6c8e7830ff296dfba6 Add an AC_CHECK_HEADERS for netinet/in.h, needed by winad.incr. Regenerate configure. --- diff --git a/configure b/configure index 3c570be7..7069a3c0 100755 --- a/configure +++ b/configure @@ -2749,7 +2749,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in unistd.h getopt.h +for ac_hdr in unistd.h getopt.h netinet/in.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 9304b3ff..b3b1384f 100755 --- a/configure.in +++ b/configure.in @@ -384,7 +384,7 @@ AC_CHECK_FUNCS(getusershell strlcpy strlcat uname) AC_CHECK_FUNC(sigaction, AC_DEFINE(HAVE_POSIX_SIGNALS)) -AC_CHECK_HEADERS(unistd.h getopt.h) +AC_CHECK_HEADERS(unistd.h getopt.h netinet/in.h) MR_EXTEND(PRO_C_INCLUDES, INCLUDE='$(srcdir)') MR_INCLUDE('$(SRCTOP)/include')