summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:15 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:15 (GMT)
commit4d9c17e074e538425a139798c7af9e743f1f9857 (patch)
tree1bbcb81a9a473c06fde6039283eebb52bbee4e76 /unix/configure
parentfb1f298154b447f1a78652a69405582c4d72e940 (diff)
downloadtk-4d9c17e074e538425a139798c7af9e743f1f9857.zip
tk-4d9c17e074e538425a139798c7af9e743f1f9857.tar.gz
tk-4d9c17e074e538425a139798c7af9e743f1f9857.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 6562785..f16fbdc 100755
--- a/unix/configure
+++ b/unix/configure
@@ -4825,7 +4825,7 @@ fi
# Require ranlib early so we can override it in special cases below.
LDAIX_SRC=""
- if test x"$(SHLIB_VERSION)" = x; then
+ if test x"${SHLIB_VERSION}" = x; then
SHLIB_VERSION="1.0"
fi