Changeset

1012:d53108635407

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Apr 2009 00:21:40 +0100
parents 1011:beb039827c9f (current diff) 1010:d12eb30f7017 (diff)
children 1013:943f2cd7e480
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Apr 15 04:21:20 2009 +0500
+++ b/configure	Wed Apr 15 00:21:40 2009 +0100
@@ -113,6 +113,9 @@
    --cflags=*)
       CFLAGS="$value"
       ;;      
+   --lflags=*)
+      LFLAGS="$value"
+      ;;      
    --c-compiler=*)
       CC="$value"
       ;;