diff options
author | Kim Alvefur <zash@zash.se> | 2016-08-19 16:00:12 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-08-19 16:00:12 +0200 |
commit | 22b52c77ce80ba551ce09139ea7f3989d3631296 (patch) | |
tree | 8301e2e4baae31aff33f17dad8fb0f47edda7afb | |
parent | 060615205169082d9c23397414257eb7fae5e115 (diff) | |
download | prosody-22b52c77ce80ba551ce09139ea7f3989d3631296.tar.gz prosody-22b52c77ce80ba551ce09139ea7f3989d3631296.zip |
configure: Add C compiler flag to indicate C89
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ EXCERTS="yes" PRNG= PRNGLIBS= -CFLAGS="-fPIC -Wall -pedantic" +CFLAGS="-fPIC -Wall -pedantic -std=c89" LDFLAGS="-shared" IDN_LIBRARY="idn" |