summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 6ac4133..d7bfe2c 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6698,7 +6698,7 @@ fi
PLAT_OBJS=""
PLAT_SRCS=""
LDAIX_SRC=""
- if test x"$(SHLIB_VERSION)" = x; then
+ if test x"${SHLIB_VERSION}" = x; then
SHLIB_VERSION="1.0"
fi
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index ebc7b16..3c82975 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1122,7 +1122,7 @@ dnl AC_CHECK_TOOL(AR, ar)
PLAT_OBJS=""
PLAT_SRCS=""
LDAIX_SRC=""
- AS_IF([test x"$(SHLIB_VERSION)" = x], [SHLIB_VERSION="1.0"])
+ AS_IF([test x"${SHLIB_VERSION}" = x], [SHLIB_VERSION="1.0"])
case $system in
AIX-*)
AS_IF([test "${TCL_THREADS}" = "1" -a "$GCC" != "yes"], [