diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-04-15 00:21:40 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-04-15 00:21:40 +0100 |
commit | f0a842ae4bcf5b7d09a08b65275e4b828838cfe5 (patch) | |
tree | 47e1b2276da83e2633f06d3153851344c15b74b7 | |
parent | 85faabc6f4c7ef61a843063562cc76d040cd3ff1 (diff) | |
parent | 87b05e1fa0b928864f618f6a06d0f1f7eee75042 (diff) | |
download | prosody-f0a842ae4bcf5b7d09a08b65275e4b828838cfe5.tar.gz prosody-f0a842ae4bcf5b7d09a08b65275e4b828838cfe5.zip |
Automated merge with http://waqas.ath.cx:8000/
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,9 @@ do --cflags=*) CFLAGS="$value" ;; + --lflags=*) + LFLAGS="$value" + ;; --c-compiler=*) CC="$value" ;; |