aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-20 16:25:40 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-20 16:26:12 +1000
commitfbbc8e0b402adb4b0c8d3976015fe4a82c94560f (patch)
tree1d2f25cba6bbdde284fac23f4570937a8791e63d /configure
parent0344a6bee50e0fced3f3c347bc61a137eabe6bb7 (diff)
downloadjimtcl-fbbc8e0b402adb4b0c8d3976015fe4a82c94560f.zip
jimtcl-fbbc8e0b402adb4b0c8d3976015fe4a82c94560f.tar.gz
jimtcl-fbbc8e0b402adb4b0c8d3976015fe4a82c94560f.tar.bz2
Small fixes to make FreeBSD happy0.63
Signed-off-by: Steve Bennett <steveb@workware.net.au>
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