Allow setting LFLAGS with ./configure --lflags=
authorMatthew Wild <mwild1@gmail.com>
Tue, 14 Apr 2009 19:07:45 +0000 (20:07 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 14 Apr 2009 19:07:45 +0000 (20:07 +0100)
configure

index e310b7a763e7da1496129dba343122dc51c83768..1fe3b85dc557b4d35fe3ede38731ca144024ec4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -113,6 +113,9 @@ do
    --cflags=*)
       CFLAGS="$value"
       ;;      
+   --lflags=*)
+      LFLAGS="$value"
+      ;;      
    --c-compiler=*)
       CC="$value"
       ;;