From 0e6845438050b93130971ba5d2f95ec481887178 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 14 Apr 2009 20:07:45 +0100 Subject: Allow setting LFLAGS with ./configure --lflags= --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index e310b7a7..1fe3b85d 100755 --- a/configure +++ b/configure @@ -113,6 +113,9 @@ do --cflags=*) CFLAGS="$value" ;; + --lflags=*) + LFLAGS="$value" + ;; --c-compiler=*) CC="$value" ;; -- cgit v1.2.3