mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
2007-06-25 Hasso Tepper <hasso@quagga.net>
* configure.ac: Fix typo so it compiles again on BSD systems.
This commit is contained in:
parent
536792cd88
commit
fbf24544a2
|
@ -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>
|
2007-06-22 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* configure.ac: IRDP also depends on struct icmphdr, enabling
|
* configure.ac: IRDP also depends on struct icmphdr, enabling
|
||||||
|
|
|
@ -1064,7 +1064,7 @@ QUAGGA_INCLUDES
|
||||||
# include <netinet6/in6_var.h>
|
# include <netinet6/in6_var.h>
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_NETINET6_ND6_H
|
#if HAVE_NETINET6_ND6_H
|
||||||
# include <netinet6/nd.h>
|
# include <netinet6/nd6.h>
|
||||||
#endif
|
#endif
|
||||||
])dnl
|
])dnl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue