From: paul Date: Fri, 31 Oct 2003 13:10:42 +0000 (+0000) Subject: 2003-10-31 Paul Jakma X-Git-Tag: frr-2.0-rc1~3864 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0fdc25b4189ac7151a7c19ed2556ff5119d70098;p=mirror%2Ffrr.git 2003-10-31 Paul Jakma * configure.ac: newline not escaped in CHECK_HEADERS --- diff --git a/configure.ac b/configure.ac index a3e37cc2e7..5827447f5a 100755 --- a/configure.ac +++ b/configure.ac @@ -197,7 +197,7 @@ AC_CHECK_HEADERS([string.h stropts.h sys/conf.h sys/ksym.h sys/time.h \ libutil.h limits.h]) AC_CHECK_HEADERS([sys/socket.h netinet/in_systm.h netinet/in.h \ - net/if_dl.hnet/netopt.h inet/nd.h net/route.h + net/if_dl.hnet/netopt.h inet/nd.h net/route.h \ net/if.h net/if_var.h netinet/in_var.h]) if test "x${enable_ipv6}" = "xyes"; then