aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-02 00:27:46 +0100
committerKim Alvefur <zash@zash.se>2017-03-02 00:27:46 +0100
commit49d55538f7e519139a2edc20e2bd428d4cb0ad94 (patch)
tree0b278bbbbdbfd794c950eb9072723a8844054e9d /configure
parent99566991931164b9a853c76db977d73ada6f630f (diff)
downloadprosody-49d55538f7e519139a2edc20e2bd428d4cb0ad94.tar.gz
prosody-49d55538f7e519139a2edc20e2bd428d4cb0ad94.zip
configure: Set C standard to C99
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 126fee3d..6fc612b5 100755
--- a/configure
+++ b/configure
@@ -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"