# HG changeset patch # User Matthew Wild # Date 1239750752 -3600 # Node ID d12eb30f7017b0e6bf8eb84ee2913ce00783f3ea # Parent a2dd83bc3afa05932e3ca7789f2fb79c0c59c4f5# Parent c2000160938d5a2b91c776c1c458a11dc3ba2214 Automated merge with http://waqas.ath.cx:8000/ diff -r a2dd83bc3afa -r d12eb30f7017 configure --- a/configure Wed Apr 15 02:10:51 2009 +0500 +++ b/configure Wed Apr 15 00:12:32 2009 +0100 @@ -113,6 +113,9 @@ --cflags=*) CFLAGS="$value" ;; + --lflags=*) + LFLAGS="$value" + ;; --c-compiler=*) CC="$value" ;;