summaryrefslogtreecommitdiff
path: root/json-c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 00:58:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 00:58:55 +0000
commit11219c122f6a1e989e177a81fd7b454e697cde40 (patch)
tree6fea0d6a2db0d24c0becaa2231cc444273f236bd /json-c
parent9dbcd150758624d09670e7e21bfab214d0d3c101 (diff)
downloadjson-c-master.tar.gz
json-c-master.tar.bz2
-std=gnu99 is entirely unnecessary (and also breaks GCC 2.95)HEADmaster
svn path=/trunk/json-c/; revision=7117
Diffstat (limited to 'json-c')
-rw-r--r--json-c/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/json-c/Makefile.am b/json-c/Makefile.am
index 98f1553..044d7a7 100644
--- a/json-c/Makefile.am
+++ b/json-c/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
+AM_CFLAGS = -Wall -D_GNU_SOURCE -D_REENTRANT
lib_LTLIBRARIES = libjson.la