Diff

configure @ 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
parent 998:c2000160938d
child 1063:b873715ffd96
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"
       ;;