configure: Set C standard to C99

This commit is contained in:
Kim Alvefur 2017-03-02 00:27:46 +01:00
parent 956c50882b
commit cd37249852

2
configure vendored
View file

@ -21,7 +21,7 @@ EXCERTS="yes"
PRNG= PRNG=
PRNGLIBS= PRNGLIBS=
CFLAGS="-fPIC -Wall -pedantic -std=c89" CFLAGS="-fPIC -Wall -pedantic -std=c99"
LDFLAGS="-shared" LDFLAGS="-shared"
IDN_LIBRARY="idn" IDN_LIBRARY="idn"