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 | 5e8e7dacdd6cac0f5a1d00e389b6616807d1c518 (patch) | |
tree | 8301e2e4baae31aff33f17dad8fb0f47edda7afb | |
parent | dfb9438ad796e49cde368c5e73cb5b88833547a6 (diff) | |
download | prosody-5e8e7dacdd6cac0f5a1d00e389b6616807d1c518.tar.gz prosody-5e8e7dacdd6cac0f5a1d00e389b6616807d1c518.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" |