]> andersk Git - moira.git/commitdiff
Add an AC_CHECK_HEADERS for netinet/in.h, needed by winad.incr.
authorzacheiss <zacheiss>
Fri, 17 Nov 2000 10:29:06 +0000 (10:29 +0000)
committerzacheiss <zacheiss>
Fri, 17 Nov 2000 10:29:06 +0000 (10:29 +0000)
Regenerate configure.

configure
configure.in

index 3c570be7478ac5cf79f61272c1174ec1bb236e2d..7069a3c0f7d9fc63eb81552e55581c969fff70f0 100755 (executable)
--- 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
index 9304b3ffa9668ca254c663962082fa1d68c127aa..b3b1384f266ddae08bbeaf256b020d6c71ff8bce 100755 (executable)
@@ -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')
This page took 0.293504 seconds and 5 git commands to generate.