summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2007-05-10 16:53:04 +0000
committerpaul <paul>2007-05-10 16:53:04 +0000
commiteefb90f463b2cf36d37d14ff94684c10f243c299 (patch)
treef1fc982e3a2217a610977644d040a9cc9d7df2af /lib/ChangeLog
parent4bbd5cb1182e76a8c282bc933ea4746c5a02db8a (diff)
downloadquagga-eefb90f463b2cf36d37d14ff94684c10f243c299.tar.bz2
quagga-eefb90f463b2cf36d37d14ff94684c10f243c299.tar.xz
[autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN
2007-05-10 Paul Jakma <paul.jakma@sun.com> * configure.ac: Use AC_GNU_SOURCE to define _GNU_SOURCE, rather than having lib/zebra.h do it. AC_FUNC_STRNLEN has side-effects with latest autoconf, use AC_CHECK_FUNC on strnlen instead. * lib/zebra.h: Don't try define _GNU_SOURCE, autoconf should do it.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5666cbad..4360c833 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-10 Paul Jakma <paul.jakma@sun.com>
+
+ * zebra.h: Don't try define _GNU_SOURCE, autoconf should do it.
+
2007-05-03 Paul Jakma <paul.jakma@sun.com>
* memtypes.c: Add MTYPE_ATTR_EXTRA and MTYPE_BGP_ROUTE_EXTRA