aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 528fbc0..1f763b9 100755
--- a/configure
+++ b/configure
@@ -3604,7 +3604,7 @@ if test "${with_out_jim_ext+set}" = set; then :
fi
-if test "$with_out_jim_ext" == "default"; then
+if test "$with_out_jim_ext" = "default"; then
# but we always include stdlib
ext_default=stdlib
with_out_jim_ext=
@@ -3914,7 +3914,7 @@ $as_echo "disabled" >&6; }
met=1
for d in $dep; do
eval "check=\$$d"
- if test "$check" == "no" -o -z "$check" ; then
+ if test "$check" = "no" -o -z "$check" ; then
met=0
break
fi