summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-01-22 02:11:21 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-01-22 02:11:21 (GMT)
commitb1a602f68bd5e54311ed31ec030276ca89fe18c8 (patch)
tree2d2eaf9531b7874691af44c0742337cc6626a50d /unix/configure
parent5cfe1a875e35f27b272584f4b35bac4030002df4 (diff)
downloadtcl-b1a602f68bd5e54311ed31ec030276ca89fe18c8.zip
tcl-b1a602f68bd5e54311ed31ec030276ca89fe18c8.tar.gz
tcl-b1a602f68bd5e54311ed31ec030276ca89fe18c8.tar.bz2
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).
* unix/configure: Autoconf 2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 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