Mercurial > pidgin
changeset 6715:f362dc18f920
[gaim-migrate @ 7241]
Tk fix?
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 03 Sep 2003 00:10:50 +0000 |
parents | 0c260c4e753e |
children | 0e2c617e1ac9 |
files | configure.ac |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)])