aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e07cdb798..cea704690 100755
--- a/configure
+++ b/configure
@@ -62,7 +62,7 @@ check_version()
for opt do
optarg=`expr x"$opt" : 'x[^=]*=\(.*\)'`
case "$opt" in
- CC=*|CFLAGS=*|GNATMAKE=*)
+ CC=*|CFLAGS=*|GNATMAKE=*|LDFLAGS=*)
optvar=`expr x"$opt" : 'x\([^=]*\)=.*'`
eval $optvar=\"$optarg\"
;;