diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-06-22 18:14:42 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-06-22 18:14:42 +0200 |
commit | 11770e10861ccb684b608396c798aea9da05a1a2 (patch) | |
tree | 75a41a63c5f04b8ba7c0b6f5601627ea84802a04 /ChangeLog | |
parent | [vtysh] bug #371: vtysh forgets to print 'end' for write-terminal (diff) | |
download | frr-11770e10861ccb684b608396c798aea9da05a1a2.tar.xz frr-11770e10861ccb684b608396c798aea9da05a1a2.zip |
[build] configure needs to check for struct icmphdr for IRDP
2007-06-22 Paul Jakma <paul.jakma@sun.com>
* configure.ac: IRDP also depends on struct icmphdr, enabling
only on in_pktinfo breaks when an OS acquires pktinfo, as
Solaris NV has. Reported by Jim Carlson.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-22 Paul Jakma <paul.jakma@sun.com> + + * configure.ac: IRDP also depends on struct icmphdr, enabling + only on in_pktinfo breaks when an OS acquires pktinfo, as + Solaris NV has. Reported by Jim Carlson. + 2007-05-10 Paul Jakma <paul.jakma@sun.com> * configure.ac: Add back check for inet_aton, which got dropped |