summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-11-14 14:05:35 +0000
committerpaul <paul>2005-11-14 14:05:35 +0000
commit76367ea9753aa9cef7cf5d3c954f55b5725f31da (patch)
treed3b6dc5bd84fb5db7db89cef1d5c1f0bc302f9ca /ChangeLog
parent190880dc790007a14911ef8c170af33a50a7a674 (diff)
[bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGS
2005-11-14 Paul Jakma <paul.jakma@sun.com> * configure.ac: Tell gcc we like C99. [bug #231] Check and test for stdint.h. * lib/zebra.h: [bug #231] include stdint, if its there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 422ff3ca..ff493887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-14 Paul Jakma <paul.jakma@sun.com>
+
+ * configure.ac: Tell gcc we like C99.
+ [bug #231] Check and test for stdint.h.
+
2005-11-11 Paul Jakma <paul.jakma@sun.com>
* NEWS: Update.