ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.

This commit is contained in:
Brad King 2001-06-11 17:09:33 -04:00
parent ead17fbd9d
commit c0865937b1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ GET_FILENAME_COMPONENT(TCL_TCLSH_PATH ${TCL_TCLSH} PATH)
GET_FILENAME_COMPONENT(TK_WISH_PATH ${TK_WISH} PATH)
FIND_LIBRARY(TCL_LIBRARY
NAMES tcl tcl84 tcl83 tcl82 tcl80
NAMES tcl tcl84 tcl8.4 tcl83 tcl8.3 tcl82 tcl8.2 tcl80 tcl8.0
PATHS
/usr/lib
/usr/local/lib