comparison configure.ac @ 13569:73dc01e3b81a

[gaim-migrate @ 15948] SF Patch #1454060 from John Bailey (rekkanoryo): "On Fedora Core 4 x86_64, tcl and tk are not detected during configure. This is due to Fedora placing tclConfig.sh and tkConfig.sh in /usr/lib64 instead of /usr/lib. This patch remedies that." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 26 Mar 2006 07:45:35 +0000
parents 1e433894ce0c
children e3c13c8096f0
comparison
equal deleted inserted replaced
13568:6034444bbcf5 13569:73dc01e3b81a
1413 1413
1414 if test "$enable_tcl" = yes; then 1414 if test "$enable_tcl" = yes; then
1415 AC_MSG_CHECKING([for tclConfig.sh]) 1415 AC_MSG_CHECKING([for tclConfig.sh])
1416 TCLCONFIG=no 1416 TCLCONFIG=no
1417 TCLCONFIGDIRS="/usr/lib \ 1417 TCLCONFIGDIRS="/usr/lib \
1418 /usr/lib64 \
1418 /usr/lib/tcl8.4 \ 1419 /usr/lib/tcl8.4 \
1419 /usr/lib/tcl8.3 \ 1420 /usr/lib/tcl8.3 \
1420 /usr/lib/tcl8.2 \ 1421 /usr/lib/tcl8.2 \
1421 /System/Library/Tcl/8.3 \ 1422 /System/Library/Tcl/8.3 \
1422 /usr/local/lib" 1423 /usr/local/lib"
1470 dnl Check for Tk 1471 dnl Check for Tk
1471 if test "$enable_tcl" = yes -a "$enable_tk" = yes; then 1472 if test "$enable_tcl" = yes -a "$enable_tk" = yes; then
1472 AC_MSG_CHECKING([for tkConfig.sh]) 1473 AC_MSG_CHECKING([for tkConfig.sh])
1473 TKCONFIG=no 1474 TKCONFIG=no
1474 TKCONFIGDIRS="/usr/lib \ 1475 TKCONFIGDIRS="/usr/lib \
1475 /usr/lib/tk8.4 \ 1476 /usr/lib64 \
1477 /usr/lib/tk8.4 \
1476 /usr/lib/tk8.3 \ 1478 /usr/lib/tk8.3 \
1477 /usr/lib/tk8.2 \ 1479 /usr/lib/tk8.2 \
1478 /usr/local/lib" 1480 /usr/local/lib"
1479 for dir in $with_tkconfig $TKCONFIGDIRS; do 1481 for dir in $with_tkconfig $TKCONFIGDIRS; do
1480 if test -f $dir/tkConfig.sh; then 1482 if test -f $dir/tkConfig.sh; then