Changeset

1010:d12eb30f7017

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Apr 2009 00:12:32 +0100
parents 1009:a2dd83bc3afa (current diff) 998:c2000160938d (diff)
children 1012:d53108635407
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Apr 15 02:10:51 2009 +0500
+++ b/configure	Wed Apr 15 00:12:32 2009 +0100
@@ -113,6 +113,9 @@
    --cflags=*)
       CFLAGS="$value"
       ;;      
+   --lflags=*)
+      LFLAGS="$value"
+      ;;      
    --c-compiler=*)
       CC="$value"
       ;;