Diff

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