diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-07 15:50:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-07 15:50:55 (GMT) |
commit | 7bf46e6b4c9454ac734d721fce7fc42e1304a4ca (patch) | |
tree | 86d35bf4b92c31143481bc571617ee9d42a2ddd6 /win | |
parent | 71c2e7e5d1b9156ee1ca34123a863a594c730b31 (diff) | |
download | tk-7bf46e6b4c9454ac734d721fce7fc42e1304a4ca.zip tk-7bf46e6b4c9454ac734d721fce7fc42e1304a4ca.tar.gz tk-7bf46e6b4c9454ac734d721fce7fc42e1304a4ca.tar.bz2 |
autoconf-2.59
Diffstat (limited to 'win')
-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 |