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 | 49d55538f7e519139a2edc20e2bd428d4cb0ad94 (patch) | |
tree | 0b278bbbbdbfd794c950eb9072723a8844054e9d | |
parent | 99566991931164b9a853c76db977d73ada6f630f (diff) | |
download | prosody-49d55538f7e519139a2edc20e2bd428d4cb0ad94.tar.gz prosody-49d55538f7e519139a2edc20e2bd428d4cb0ad94.zip |
configure: Set C standard to C99
-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" |