configure: Set C standard to C99
authorKim Alvefur <zash@zash.se>
Thu, 02 Mar 2017 00:27:46 +0100
changeset 7938 96fa5ef5d613
parent 7937 485b9e66fedf
child 7939 582bfb39337f
configure: Set C standard to C99
configure
--- 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"