# HG changeset patch # User Ethan Blanton # Date 1062547850 0 # Node ID f362dc18f9203b286a6dcb934f3c963786180619 # Parent 0c260c4e753e87f3598be2ab866d927ff79616d2 [gaim-migrate @ 7241] Tk fix? committer: Tailor Script diff -r 0c260c4e753e -r f362dc18f920 configure.ac --- a/configure.ac Tue Sep 02 23:35:08 2003 +0000 +++ b/configure.ac Wed Sep 03 00:10:50 2003 +0000 @@ -628,7 +628,12 @@ if test "$enable_tcl" = yes -a "$enable_tk" = yes; then AC_MSG_CHECKING([for tkConfig.sh]) TKCONFIG=no - for dir in $with_tkconfig /usr/lib /usr/local/lib; do + TKCONFIGDIRS="/usr/lib \ + /usr/lib/tk8.4 \ + /usr/lib/tk8.3 \ + /usr/lib/tk8.2 \ + /usr/local/lib" + for dir in $with_tkconfig $TKCONFIGDIRS; do if test -f $dir/tkConfig.sh; then TKCONFIG=$dir/tkConfig.sh AC_MSG_RESULT([yes ($TKCONFIG)])