aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-15 00:21:40 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-15 00:21:40 +0100
commitf0a842ae4bcf5b7d09a08b65275e4b828838cfe5 (patch)
tree47e1b2276da83e2633f06d3153851344c15b74b7
parent85faabc6f4c7ef61a843063562cc76d040cd3ff1 (diff)
parent87b05e1fa0b928864f618f6a06d0f1f7eee75042 (diff)
downloadprosody-f0a842ae4bcf5b7d09a08b65275e4b828838cfe5.tar.gz
prosody-f0a842ae4bcf5b7d09a08b65275e4b828838cfe5.zip
Automated merge with http://waqas.ath.cx:8000/
-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"
;;