aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-26 11:55:27 +0200
committerKim Alvefur <zash@zash.se>2017-04-26 11:55:27 +0200
commit0c291f3a41eb20f4af48c535eb3b7cfa144b5778 (patch)
treec7d9b10298595fe019de63ce1fb4853be587de49 /configure
parentd10300eca4067bdc68a16675a4065f608c88381d (diff)
parent3431032994baafdf6345ea3d22a447eee7e9197d (diff)
downloadprosody-0c291f3a41eb20f4af48c535eb3b7cfa144b5778.tar.gz
prosody-0c291f3a41eb20f4af48c535eb3b7cfa144b5778.zip
Merge 0.10->trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 08f631ee..63403738 100755
--- a/configure
+++ b/configure
@@ -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"
;;