Changeset

7935:96fa5ef5d613

configure: Set C standard to C99
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2017 00:27:46 +0100
parents 7934:485b9e66fedf
children 7936:582bfb39337f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"