From 11219c122f6a1e989e177a81fd7b454e697cde40 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Apr 2009 00:58:55 +0000 Subject: -std=gnu99 is entirely unnecessary (and also breaks GCC 2.95) svn path=/trunk/json-c/; revision=7117 --- json-c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3