summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-27 04:18:40 +0000
committermidipix <writeonce@midipix.org>2021-05-27 04:21:27 +0000
commitfb38665b16a26280becd9d739ebb36d3faf8c8fe (patch)
treef315d09b729bc157fd1a2afaf27558d689ec4696 /configure
parentcfa37b6e5b5fcdc68265187d84473682f8fc0d2a (diff)
downloadbcparser-fb38665b16a26280becd9d739ebb36d3faf8c8fe.tar.bz2
bcparser-fb38665b16a26280becd9d739ebb36d3faf8c8fe.tar.xz
build system: configure: cfgtest: do not rely on default word splitting.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6099868..725cd6f 100755
--- a/configure
+++ b/configure
@@ -874,7 +874,7 @@ config_host()
printf '\n%s' "$mb_cfghost_cc $ccenv_tmpname -o a.out" >&3
- for mb_cfghost_cflag in $mb_cfghost_cflags; do
+ for mb_cfghost_cflag in $(printf '%s' "$mb_cfghost_cflags"); do
printf ' \\\n\t%s' "$mb_cfghost_cflag" >&3
done