mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
configure: Set C standard to C99
This commit is contained in:
parent
956c50882b
commit
cd37249852
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue