aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-14 20:07:45 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-14 20:07:45 +0100
commit0e6845438050b93130971ba5d2f95ec481887178 (patch)
treeef17de8b6a0dbaa083a77dfe81ae91d08ac3f165 /configure
parent55adc40b43053a63bc33bb26396e8c5eb0680eb8 (diff)
downloadprosody-0e6845438050b93130971ba5d2f95ec481887178.tar.gz
prosody-0e6845438050b93130971ba5d2f95ec481887178.zip
Allow setting LFLAGS with ./configure --lflags=
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e310b7a7..1fe3b85d 100755
--- a/configure
+++ b/configure
@@ -113,6 +113,9 @@ do
--cflags=*)
CFLAGS="$value"
;;
+ --lflags=*)
+ LFLAGS="$value"
+ ;;
--c-compiler=*)
CC="$value"
;;