aboutsummaryrefslogtreecommitdiffstats
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
commit22b52c77ce80ba551ce09139ea7f3989d3631296 (patch)
tree8301e2e4baae31aff33f17dad8fb0f47edda7afb
parent060615205169082d9c23397414257eb7fae5e115 (diff)
downloadprosody-22b52c77ce80ba551ce09139ea7f3989d3631296.tar.gz
prosody-22b52c77ce80ba551ce09139ea7f3989d3631296.zip
configure: Add C compiler flag to indicate C89
-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"