aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-04-07 23:18:04 +0000
committershemminger <shemminger>2004-04-07 23:18:04 +0000
commit99274cbbd7c2fc8ed0791119fbba2765da29c0c5 (patch)
tree297c5e3a737d6c86340166e6aaa6c73118562fa1 /configure.in
parent61335e2eb53a2792e8e24bc29c758c31ebc87fe5 (diff)
downloadandroid_external_brctl-99274cbbd7c2fc8ed0791119fbba2765da29c0c5.tar.gz
android_external_brctl-99274cbbd7c2fc8ed0791119fbba2765da29c0c5.tar.bz2
android_external_brctl-99274cbbd7c2fc8ed0791119fbba2765da29c0c5.zip
Changes for 0.9.8
- cleanup dependicies - allow 4k ports - don't fetch info till needed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 7711006..a35f3d9 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,6 @@ AC_PROG_RANLIB
dnl Checks for header files.
AC_HEADER_STDC
-AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
@@ -19,16 +18,11 @@ AC_C_CONST
AC_HEADER_TIME
dnl Checks for library functions.
-AC_FUNC_ALLOCA
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
-AC_TYPE_SIGNAL
-AC_FUNC_WAIT3
AC_CHECK_FUNCS(gethostname socket strdup uname)
-
-AC_CHECK_FUNC(if_nametoindex, HAVE_IF_INDEX=1)
+AC_CHECK_FUNCS(if_nametoindex if_indextoname)
AC_SUBST(KERNEL_HEADERS)
-AC_SUBST(HAVE_IF_INDEX)
AC_OUTPUT(doc/Makefile libbridge/Makefile brctl/Makefile Makefile)