Issue #68: use -std=gnu99 because some versions of gcc seem to think that -std=c99...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 4 Mar 2013 04:26:28 +0000 (22:26 -0600)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 4 Mar 2013 04:26:28 +0000 (22:26 -0600)
Makefile.am.inc

index 96a791a..fd68a25 100644 (file)
@@ -1,2 +1,2 @@
-AM_CFLAGS = -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=c99 -D_GNU_SOURCE -D_REENTRANT
+AM_CFLAGS = -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT