aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 20:42:50 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 20:42:50 +0300
commitf2b51c0e01ba4298278c503b763d35660f79cc2a (patch)
treedb15a784972a4fe01691d84203087b1d98d5d1d0 /configure
parent6d5ca1dac2acd1d4f18c291e35582e5d94e936cb (diff)
parente52b77bca8dc2a783dd647aa30b3d8486b15f74c (diff)
downloadegawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.tar.gz
egawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.tar.bz2
egawk-f2b51c0e01ba4298278c503b763d35660f79cc2a.zip
Merge branch 'master' into feature/bool
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index b06c38ab..37409ae0 100755
--- a/configure
+++ b/configure
@@ -2822,12 +2822,7 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
am_aux_dir=`cd "$ac_aux_dir" && pwd`
if test x"${MISSING+set}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
- *)
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
- esac
+ MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then