summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-04-14 10:18:37 +0200
committerMark Wielaard <mjw@redhat.com>2015-04-14 10:27:12 +0200
commitaba6d762ed1f3a9c318ebee20cd08bcd069a3f75 (patch)
treef12cde71bb33eb4626991cce503430df31943dd2 /ChangeLog
parent7d3879e8580ae578afa64061026226e98f6f53be (diff)
downloadelfutils-aba6d762ed1f3a9c318ebee20cd08bcd069a3f75.tar.gz
configure: Add explicit checks for all GNU99 extensions used.
Some compilers (clang) claim to support -std=gnu99 but don't actually implement all extensions we use in the code. Producing really hard to parse errors. Add explicit checks for some of the other language extensions we use, Nested Functions and Arrays of Variable Length, to the configure check to catch such issues early. https://bugzilla.redhat.com/show_bug.cgi?id=1211357 Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c8e1c24..9a0a82db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-14 Mark Wielaard <mjw@redhat.com>
+
+ * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
+ extensions used.
+
2015-03-13 Mark Wielaard <mjw@redhat.com>
* configure.ac (ac_cv_c99): Add explicit return.