Comparison

configure @ 7935:96fa5ef5d613

configure: Set C standard to C99
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2017 00:27:46 +0100
parent 7931:b619b85e01aa
child 7942:21a25b29ebeb
comparison
equal deleted inserted replaced
7934:485b9e66fedf 7935:96fa5ef5d613
19 RUNWITH="lua" 19 RUNWITH="lua"
20 EXCERTS="yes" 20 EXCERTS="yes"
21 PRNG= 21 PRNG=
22 PRNGLIBS= 22 PRNGLIBS=
23 23
24 CFLAGS="-fPIC -Wall -pedantic -std=c89" 24 CFLAGS="-fPIC -Wall -pedantic -std=c99"
25 LDFLAGS="-shared" 25 LDFLAGS="-shared"
26 26
27 IDN_LIBRARY="idn" 27 IDN_LIBRARY="idn"
28 # Help 28 # Help
29 29