summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasso Tepper <hasso@quagga.net>2007-06-25 19:30:59 +0000
committerHasso Tepper <hasso@quagga.net>2007-06-25 19:30:59 +0000
commitfbf24544a2e2ac97192502d34729f57933d1eb4c (patch)
tree09e0fef37fc1d8eb2f0b03d35d005854f69bd00e
parent536792cd883439237c4098f925ea6921122d12ef (diff)
2007-06-25 Hasso Tepper <hasso@quagga.net>
* configure.ac: Fix typo so it compiles again on BSD systems.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7db88dad..3549022b 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 1c50ef24..c286fb29 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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