Diff

configure @ 998:c2000160938d

Allow setting LFLAGS with ./configure --lflags=
author Matthew Wild <mwild1@gmail.com>
date Tue, 14 Apr 2009 20:07:45 +0100
parent 802:33c012048492
child 1063:b873715ffd96
line wrap: on
line diff
--- 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"
       ;;