aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-08-19 16:00:12 +0200
committerKim Alvefur <zash@zash.se>2016-08-19 16:00:12 +0200
commit5e8e7dacdd6cac0f5a1d00e389b6616807d1c518 (patch)
tree8301e2e4baae31aff33f17dad8fb0f47edda7afb /configure
parentdfb9438ad796e49cde368c5e73cb5b88833547a6 (diff)
downloadprosody-5e8e7dacdd6cac0f5a1d00e389b6616807d1c518.tar.gz
prosody-5e8e7dacdd6cac0f5a1d00e389b6616807d1c518.zip
configure: Add C compiler flag to indicate C89
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5e29d57..6d3cd84f 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,7 @@ EXCERTS="yes"
PRNG=
PRNGLIBS=
-CFLAGS="-fPIC -Wall -pedantic"
+CFLAGS="-fPIC -Wall -pedantic -std=c89"
LDFLAGS="-shared"
IDN_LIBRARY="idn"