mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +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=
|
||||
PRNGLIBS=
|
||||
|
||||
CFLAGS="-fPIC -Wall -pedantic -std=c89"
|
||||
CFLAGS="-fPIC -Wall -pedantic -std=c99"
|
||||
LDFLAGS="-shared"
|
||||
|
||||
IDN_LIBRARY="idn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue