Diff

configure @ 7935:96fa5ef5d613

configure: Set C standard to C99
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2017 00:27:46 +0100
parent 7931:b619b85e01aa
child 7942:21a25b29ebeb
line wrap: on
line diff
--- a/configure	Thu Mar 02 00:17:34 2017 +0100
+++ b/configure	Thu Mar 02 00:27:46 2017 +0100
@@ -21,7 +21,7 @@
 PRNG=
 PRNGLIBS=
 
-CFLAGS="-fPIC -Wall -pedantic -std=c89"
+CFLAGS="-fPIC -Wall -pedantic -std=c99"
 LDFLAGS="-shared"
 
 IDN_LIBRARY="idn"