# HG changeset patch # User Kim Alvefur # Date 1488410866 -3600 # Node ID 96fa5ef5d613d24ce57f1a20d7f526271e0b5b29 # Parent 485b9e66fedfb7698d0fb5b077c0e7a82420ceea configure: Set C standard to C99 diff -r 485b9e66fedf -r 96fa5ef5d613 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"