From 9d7424669858f745506cd5a3059c0197b61d1c0f Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 10 2021 18:30:30 +0000 Subject: build system: configure: config_host(): quote variable in test expresssion. --- 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