commit | fbf24544a2e2ac97192502d34729f57933d1eb4c | [log] [tgz] |
---|---|---|
author | Hasso Tepper <hasso@quagga.net> | Mon Jun 25 19:30:59 2007 +0000 |
committer | Hasso Tepper <hasso@quagga.net> | Mon Jun 25 19:30:59 2007 +0000 |
tree | 09e0fef37fc1d8eb2f0b03d35d005854f69bd00e | |
parent | 536792cd883439237c4098f925ea6921122d12ef [diff] [blame] |
2007-06-25 Hasso Tepper <hasso@quagga.net> * configure.ac: Fix typo so it compiles again on BSD systems.
diff --git a/configure.ac b/configure.ac index 1c50ef2..c286fb2 100755 --- a/configure.ac +++ b/configure.ac
@@ -1064,7 +1064,7 @@ # include <netinet6/in6_var.h> #endif #if HAVE_NETINET6_ND6_H -# include <netinet6/nd.h> +# include <netinet6/nd6.h> #endif ])dnl