# HG changeset patch # User Matthew Wild # Date 1239981377 -3600 # Node ID 5265657d7c12c8b7ab0fc3f4bb31342224299103 # Parent 4bd375bde3cb265903e14084415e3f9a0ced2211# Parent c2000160938d5a2b91c776c1c458a11dc3ba2214 Merge diff -r 4bd375bde3cb -r 5265657d7c12 configure --- a/configure Fri Apr 17 16:15:16 2009 +0100 +++ b/configure Fri Apr 17 16:16:17 2009 +0100 @@ -113,6 +113,9 @@ --cflags=*) CFLAGS="$value" ;; + --lflags=*) + LFLAGS="$value" + ;; --c-compiler=*) CC="$value" ;;