# HG changeset patch # User Kim F. Storm # Date 1063495698 0 # Node ID 856b5eda5204b960c1e6797ebeaf8e399422bb31 # Parent a4c701476c84d32ac43425e67140b490f6f99190 Add checks for sys/ioctl.h and net/if.h. diff -r a4c701476c84 -r 856b5eda5204 configure.in --- 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.])