summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-08-07 14:35:09 (GMT)
committerwelch <welch@noemail.net>1998-08-07 14:35:09 (GMT)
commit12289e034e785bc9b1afd0c973ff02a85fc3a995 (patch)
treedb86e54e9cfc7dcef81891c332561242a6c7e145 /unix
parent9cd7e2078e87695768d236383edd6c5b966ba7d3 (diff)
downloadtk-12289e034e785bc9b1afd0c973ff02a85fc3a995.zip
tk-12289e034e785bc9b1afd0c973ff02a85fc3a995.tar.gz
tk-12289e034e785bc9b1afd0c973ff02a85fc3a995.tar.bz2
fixed --with-tcl searching
FossilOrigin-Name: f8db97fe16dbda72e19863c95eb2a1d36c13fa61
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 7fbcf59..f6b5f91 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -47,7 +47,7 @@ fi
#--------------------------------------------------------------------
AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.0 binaries from DIR],
- TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.0/unix; pwd`)
+ TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.0$TK_PATCH_LEVEL/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then
AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist)
fi