summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2003-05-25 21:35:06 +0000
committerpaul <paul>2003-05-25 21:35:06 +0000
commite149385f8272a1d2845d5499aec8d525126d8142 (patch)
tree02169c10d69a5d64513a7d7ab67c9f7e120682d3 /configure.ac
parent9d13049bc83142fca99d70c7e8d60ff956202d3f (diff)
downloadquagga-e149385f8272a1d2845d5499aec8d525126d8142.tar.bz2
quagga-e149385f8272a1d2845d5499aec8d525126d8142.tar.xz
Add back support for null0 interface blackhole routes.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 62f43f5c..fba397e7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,7 @@ dnl -------------------
dnl Check header files.
dnl -------------------
AC_STDC_HEADERS
-AC_CHECK_HEADERS(string.h stropts.h sys/conf.h sys/ksym.h sys/time.h sys/times.h sys/select.h sys/sysctl.h sys/sockio.h sys/types.h net/if_dl.h net/if_var.h linux/version.h kvm.h netdb.h netinet/in.h net/netopt.h netinet/in_var.h netinet/in6_var.h netinet6/in6_var.h netinet/in6.h netinet6/in6.h inet/nd.h asm/types.h netinet/icmp6.h netinet6/nd6.h libutil.h)
+AC_CHECK_HEADERS(string.h stropts.h sys/conf.h sys/ksym.h sys/time.h sys/times.h sys/select.h sys/sysctl.h sys/sockio.h sys/types.h net/if_dl.h net/if_var.h linux/version.h kvm.h netdb.h netinet/in.h net/netopt.h netinet/in_var.h netinet/in6_var.h netinet6/in6_var.h netinet/in6.h inet/nd.h asm/types.h netinet/icmp6.h netinet6/nd6.h libutil.h)
dnl check some types
AC_C_CONST