diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-26 11:55:27 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-26 11:55:27 +0200 |
commit | 0c291f3a41eb20f4af48c535eb3b7cfa144b5778 (patch) | |
tree | c7d9b10298595fe019de63ce1fb4853be587de49 /configure | |
parent | d10300eca4067bdc68a16675a4065f608c88381d (diff) | |
parent | 3431032994baafdf6345ea3d22a447eee7e9197d (diff) | |
download | prosody-0c291f3a41eb20f4af48c535eb3b7cfa144b5778.tar.gz prosody-0c291f3a41eb20f4af48c535eb3b7cfa144b5778.zip |
Merge 0.10->trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -297,9 +297,15 @@ do --cflags) CFLAGS="$value" ;; + --add-cflags) + CFLAGS="$CFLAGS $value" + ;; --ldflags) LDFLAGS="$value" ;; + --add-ldflags) + LDFLAGS="$LDFLAGS $value" + ;; --c-compiler) CC="$value" ;; |