# HG changeset patch # User Kim Alvefur # Date 1471615212 -7200 # Node ID bbdd97b913ea47c94fcc351fdcfb71681072f4e7 # Parent 1169097e0ef8b02d97244a5b11b575ba909e46c9 configure: Add C compiler flag to indicate C89 diff -r 1169097e0ef8 -r bbdd97b913ea configure --- a/configure Fri Aug 19 15:59:12 2016 +0200 +++ b/configure Fri Aug 19 16:00:12 2016 +0200 @@ -21,7 +21,7 @@ PRNG= PRNGLIBS= -CFLAGS="-fPIC -Wall -pedantic" +CFLAGS="-fPIC -Wall -pedantic -std=c89" LDFLAGS="-shared" IDN_LIBRARY="idn"