]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2003-10-31 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Fri, 31 Oct 2003 13:10:42 +0000 (13:10 +0000)
committerpaul <paul>
Fri, 31 Oct 2003 13:10:42 +0000 (13:10 +0000)
* configure.ac: newline not escaped in CHECK_HEADERS

configure.ac

index a3e37cc2e733bafabda8e9daa4ebc2d71f0be424..5827447f5a509b9212b27ef3a0c3a911c5acbbce 100755 (executable)
@@ -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