diff options
author | gdt <gdt> | 2005-01-04 17:02:48 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-01-04 17:02:48 +0000 |
commit | 6c20046fd7494f9f529dac1b6f79da51b6efa44d (patch) | |
tree | 749f886f9a365a4591305de088b0cf83c3a91a5b /ChangeLog | |
parent | b99760ab51abf8c4c9a1f89dab0c1630a6768ff7 (diff) |
minor fix to HAVE_BROKEN_CMSG_FIRSTHDR support: use AC_MSG_CHECKING
etc. so configure output shows the choice we made.
(Andrew: please recheck on a buggy system; it configures/compiles fine
on NetBSD.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com> + + * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around + CMSG_FIRSTHDR check, so it shows up in the output of configure. + Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR. + 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * configure.ac: Added test for broken CMSG_FIRSTHDR macro |