look for cygtcl83

This commit is contained in:
Bill Hoffman 2003-01-15 11:59:50 -05:00
parent 069449f5aa
commit 7f91fc35a2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# avoid finding the cygwin version on a Win32 build.
IF(WIN32)
IF(UNIX)
FIND_PROGRAM(TCL_TCLSH cygtclsh80)
FIND_PROGRAM(TCL_TCLSH NAMES cygtclsh83 cygtclsh80)
ENDIF(UNIX)
ENDIF(WIN32)