aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-05-11 22:06:42 +0000
committershemminger <shemminger>2004-05-11 22:06:42 +0000
commit0992ba42c73b65bc4e93c4a5be948e4b9054d488 (patch)
treea8584a8716f8e844f97d1d20dce2a2febbb20ac9
parentd096e74ee50c94fa588ef2f0447c1ba022f7b196 (diff)
downloadbridge-utils-0992ba42c73b65bc4e93c4a5be948e4b9054d488.tar.gz
More build fixes
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a35f3d9..0ed11cc 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AC_PROG_RANLIB
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)
+AC_CHECK_HEADERS(sys/ioctl.h sys/time.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST