]> git.proxmox.com Git - mirror_frr.git/commitdiff
2007-06-25 Hasso Tepper <hasso@quagga.net>
authorHasso Tepper <hasso@quagga.net>
Mon, 25 Jun 2007 19:30:59 +0000 (19:30 +0000)
committerHasso Tepper <hasso@quagga.net>
Mon, 25 Jun 2007 19:30:59 +0000 (19:30 +0000)
* configure.ac: Fix typo so it compiles again on BSD systems.

ChangeLog
configure.ac

index 7db88dadee58f48b571fbe4d74fc28463b7338ed..3549022be798c9daa39c653acf77c51ddf8d4615 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-25 Hasso Tepper <hasso@quagga.net>
+
+       * configure.ac: Fix typo so it compiles again on BSD systems.
+
 2007-06-22 Paul Jakma <paul.jakma@sun.com>
 
        * configure.ac: IRDP also depends on struct icmphdr, enabling
index 1c50ef24b1e51392e9c7bbc25a48313679434cb0..c286fb296b2369ccea5b319fc247a0d7ffa8754f 100755 (executable)
@@ -1064,7 +1064,7 @@ QUAGGA_INCLUDES
 # include <netinet6/in6_var.h>
 #endif
 #if HAVE_NETINET6_ND6_H
-# include <netinet6/nd.h>
+# include <netinet6/nd6.h>
 #endif
 ])dnl