Changeset

998:c2000160938d

Allow setting LFLAGS with ./configure --lflags=
author Matthew Wild <mwild1@gmail.com>
date Tue, 14 Apr 2009 20:07:45 +0100
parents 997:c81b6141d693
children 1002:5265657d7c12 1010:d12eb30f7017
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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"
       ;;