changeset 52500:856b5eda5204

Add checks for sys/ioctl.h and net/if.h.
author Kim F. Storm <storm@cua.dk>
date Sat, 13 Sep 2003 23:28:18 +0000
parents a4c701476c84
children 5b01b59df405
files configure.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Sep 13 13:53:30 2003 +0000
+++ b/configure.in	Sat Sep 13 23:28:18 2003 +0000
@@ -2496,6 +2496,8 @@
 	    [Define to 1 if you have inet sockets.])
 fi
 
+AC_CHECK_HEADERS(sys/ioctl.h net/if.h)
+
 if test -f /usr/lpp/X11/bin/smt.exp; then
   AC_DEFINE(HAVE_AIX_SMT_EXP, 1,
 	    [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.])