diff options
author | dgp@users.sourceforge.net <dgp> | 2008-04-07 15:50:55 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2008-04-07 15:50:55 (GMT) |
commit | 289172c489799da4e38f2e6c98141a3a3b41d7c3 (patch) | |
tree | 86d35bf4b92c31143481bc571617ee9d42a2ddd6 | |
parent | 254642a9c763949040cf2c24e20510fc70b26192 (diff) | |
download | tk-289172c489799da4e38f2e6c98141a3a3b41d7c3.zip tk-289172c489799da4e38f2e6c98141a3a3b41d7c3.tar.gz tk-289172c489799da4e38f2e6c98141a3a3b41d7c3.tar.bz2 |
autoconf-2.59
-rwxr-xr-x | win/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/configure b/win/configure index c9f2be5..4172c39 100755 --- a/win/configure +++ b/win/configure @@ -850,7 +850,7 @@ Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-celib=DIR use Windows/CE support library from DIR - --with-tcl=DIR use Tcl 8.5 binaries from DIR + --with-tcl=DIR use Tcl 8.6 binaries from DIR Some influential environment variables: CC C compiler command @@ -3874,10 +3874,10 @@ TK_DBGX=${DBGX} echo "$as_me:$LINENO: checking the location of tclConfig.sh" >&5 echo $ECHO_N "checking the location of tclConfig.sh... $ECHO_C" >&6 - if test -d ../../tcl8.5$TK_PATCH_LEVEL/win; then - TCL_BIN_DIR_DEFAULT=../../tcl8.5$TK_PATCH_LEVEL/win - elif test -d ../../tcl8.5/win; then - TCL_BIN_DIR_DEFAULT=../../tcl8.5/win + if test -d ../../tcl8.6$TK_PATCH_LEVEL/win; then + TCL_BIN_DIR_DEFAULT=../../tcl8.6$TK_PATCH_LEVEL/win + elif test -d ../../tcl8.6/win; then + TCL_BIN_DIR_DEFAULT=../../tcl8.6/win else TCL_BIN_DIR_DEFAULT=../../tcl/win fi |