summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-10 18:14:08 +0000
committermidipix <writeonce@midipix.org>2021-06-10 18:30:31 +0000
commit77bf81fe14151548c89ad8cf7700721f928d6907 (patch)
tree9d32d2f0099db0b6c99f88cb12a1c080677d50d5 /configure
parent979da634590850daaadbf51fb057b4302309d1ec (diff)
downloadsbpython3-77bf81fe14151548c89ad8cf7700721f928d6907.tar.bz2
sbpython3-77bf81fe14151548c89ad8cf7700721f928d6907.tar.xz
build system: configure: config_host(): quote variable in test expresssion.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 482bf22..bc7f9f7 100755
--- a/configure
+++ b/configure
@@ -864,7 +864,7 @@ config_host()
mb_cfghost_cflags="${mb_cfghost_cflags#*: }"
- if [ $mb_cc_environment = 'freestanding' ]; then
+ if [ "$mb_cc_environment" = 'freestanding' ]; then
if [ -z "mb_cc_underscore" ]; then
mb_cfghost_start_fn='_start'
else