summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 21d5355e..1122cc15 100755
--- a/configure
+++ b/configure
@@ -2336,7 +2336,7 @@ fi
printf "Do we need to set stack size ... "
if uname -a | grep -q -E 'MINGW|CYGWIN' ; then
- conf_ldflags='-Wl,--stack,16777216'
+ conf_ldflags="-Wl,--stack,16777216${conf_ldflags:+" $conf_ldflags"}"
printf "yes\n"
else
printf "no\n"