From dbc666fb0822e3bc0fd97d90e068f104ea4f5781 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 13 Jan 2016 06:56:08 -0800 Subject: Don't clobber conf_ldflags. * configure: the do-we-need-to-set-stack-size test shouldn't overwrite conf_ldflags, but add to it. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3