Allow setting LFLAGS with ./configure --lflags=

Tue, 14 Apr 2009 20:07:45 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 14 Apr 2009 20:07:45 +0100
changeset 998
c2000160938d
parent 997
c81b6141d693
child 1001
d12eb30f7017
child 1007
5265657d7c12

Allow setting LFLAGS with ./configure --lflags=

configure file | annotate | diff | comparison | revisions
--- 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"
       ;;      

mercurial