aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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"
;;