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
commitcd37249852e745b72cf56f7e7e404764d9a457a6 (patch)
tree0b278bbbbdbfd794c950eb9072723a8844054e9d /configure
parent956c50882b749f8b3cc007aaec8c0a5c2c6725ee (diff)
downloadprosody-cd37249852e745b72cf56f7e7e404764d9a457a6.tar.gz
prosody-cd37249852e745b72cf56f7e7e404764d9a457a6.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"