summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 97edc56..06eed61 100755
--- a/configure
+++ b/configure
@@ -110,7 +110,8 @@ EOF
linkerSupportsFlag()
{
lflags=-Wl
- for flag; do
+ for flag
+ do
safe_flag=`shellEscape "$flag"`
lflags=$lflags,$safe_flag
done