Allow setting LFLAGS with ./configure --lflags=
authorMatthew Wild <mwild1@gmail.com>
Tue, 14 Apr 2009 20:07:45 +0100
changeset 998 c2000160938d
parent 997 c81b6141d693
child 1002 5265657d7c12
child 1010 d12eb30f7017
Allow setting LFLAGS with ./configure --lflags=
configure
--- a/configure	Sun Apr 12 19:05:55 2009 +0100
+++ b/configure	Tue Apr 14 20:07:45 2009 +0100
@@ -113,6 +113,9 @@
    --cflags=*)
       CFLAGS="$value"
       ;;      
+   --lflags=*)
+      LFLAGS="$value"
+      ;;      
    --c-compiler=*)
       CC="$value"
       ;;