configure: Add C compiler flag to indicate C89

This commit is contained in:
Kim Alvefur 2016-08-19 16:00:12 +02:00
parent dfb9438ad7
commit 5e8e7dacdd

2
configure vendored
View file

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