ENH: add 8.3 support

This commit is contained in:
Sebastien Barre 2001-05-09 17:38:33 -04:00
parent 02bdff675d
commit d1b57f6053
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
# try to find the Tcl libraries in a few places and names
FIND_LIBRARY(TCL_LIBRARY
NAMES tcl tcl82 tcl80
NAMES tcl tcl83 tcl82 tcl80
PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
FIND_LIBRARY(TK_LIBRARY
NAMES tk tk82 tk80
NAMES tk tk83 tk82 tk80
PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
# add in the include path