diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-02 00:27:46 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-02 00:27:46 +0100 |
commit | cd37249852e745b72cf56f7e7e404764d9a457a6 (patch) | |
tree | 0b278bbbbdbfd794c950eb9072723a8844054e9d /configure | |
parent | 956c50882b749f8b3cc007aaec8c0a5c2c6725ee (diff) | |
download | prosody-cd37249852e745b72cf56f7e7e404764d9a457a6.tar.gz prosody-cd37249852e745b72cf56f7e7e404764d9a457a6.zip |
configure: Set C standard to C99
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |