aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-17 16:16:17 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-17 16:16:17 +0100
commitf28ce3ccacbf3be4c51b22798eabb2770e3a7e81 (patch)
tree7a10a7ec9098d296b950903d7202fcadf6da6a39
parent78a87e700a63d3901f3ee6db85556edcd5f86d01 (diff)
parent0e6845438050b93130971ba5d2f95ec481887178 (diff)
downloadprosody-f28ce3ccacbf3be4c51b22798eabb2770e3a7e81.tar.gz
prosody-f28ce3ccacbf3be4c51b22798eabb2770e3a7e81.zip
Merge
-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"
;;