Software /
code /
prosody
Comparison
configure @ 7614:bbdd97b913ea
configure: Add C compiler flag to indicate C89
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 19 Aug 2016 16:00:12 +0200 |
parent | 7613:1169097e0ef8 |
child | 7615:940603e99032 |
comparison
equal
deleted
inserted
replaced
7613:1169097e0ef8 | 7614:bbdd97b913ea |
---|---|
19 RUNWITH="lua" | 19 RUNWITH="lua" |
20 EXCERTS="yes" | 20 EXCERTS="yes" |
21 PRNG= | 21 PRNG= |
22 PRNGLIBS= | 22 PRNGLIBS= |
23 | 23 |
24 CFLAGS="-fPIC -Wall -pedantic" | 24 CFLAGS="-fPIC -Wall -pedantic -std=c89" |
25 LDFLAGS="-shared" | 25 LDFLAGS="-shared" |
26 | 26 |
27 IDN_LIBRARY="idn" | 27 IDN_LIBRARY="idn" |
28 # Help | 28 # Help |
29 | 29 |