summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch>1998-08-06 16:47:00 (GMT)
committerwelch <welch>1998-08-06 16:47:00 (GMT)
commit18f0ef1cfa825860d3e5d8a55852a51fd27c9006 (patch)
tree8edfd17ae6f80171af518cc46e74c01809b6f858
parent6dafd1a8bb28bc880897233294000a639a9893e7 (diff)
downloadtk-18f0ef1cfa825860d3e5d8a55852a51fd27c9006.zip
tk-18f0ef1cfa825860d3e5d8a55852a51fd27c9006.tar.gz
tk-18f0ef1cfa825860d3e5d8a55852a51fd27c9006.tar.bz2
*** empty log message ***
-rw-r--r--unix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index f6b5f91..7fbcf59 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$TK_PATCH_LEVEL/unix; pwd`)
+ TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.0/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then
AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist)
fi