summaryrefslogtreecommitdiffhomepage
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:29 +0000
commit71eb80d013f648d6f5ff998b56773b7958cdfb8f (patch)
tree179647ad5ce34306c6d88e7247dcedea46f5ed98 /configure
parentf781dd606a63d15b27780868fc8bcd9828928d4e (diff)
downloadmmglue-71eb80d013f648d6f5ff998b56773b7958cdfb8f.tar.bz2
mmglue-71eb80d013f648d6f5ff998b56773b7958cdfb8f.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