comparison configure.ac @ 23804:74e527fbb5e4

merge of '3b7b0deadf583b8df122dced7a6925e693af3223' and 'd38b0e23fda81858ef7fe68e99d088fa1e83f02b'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 15 Aug 2008 04:30:28 +0000
parents c7837c3ef7da
children 2d55ac8c4631
comparison
equal deleted inserted replaced
23797:35f7b7c62995 23804:74e527fbb5e4
2019 if test "$enable_tcl" = yes; then 2019 if test "$enable_tcl" = yes; then
2020 AC_MSG_CHECKING([for tclConfig.sh]) 2020 AC_MSG_CHECKING([for tclConfig.sh])
2021 TCLCONFIG=no 2021 TCLCONFIG=no
2022 TCLCONFIGDIRS="/usr/lib \ 2022 TCLCONFIGDIRS="/usr/lib \
2023 /usr/lib64 \ 2023 /usr/lib64 \
2024 /usr/lib/tcl8.5 \
2024 /usr/lib/tcl8.4 \ 2025 /usr/lib/tcl8.4 \
2025 /usr/lib/tcl8.3 \ 2026 /usr/lib/tcl8.3 \
2026 /usr/lib/tcl8.2 \ 2027 /usr/lib/tcl8.2 \
2028 /usr/lib64/tcl8.5 \
2029 /usr/lib64/tcl8.4 \
2027 /System/Library/Tcl/8.3 \ 2030 /System/Library/Tcl/8.3 \
2028 /usr/local/lib" 2031 /usr/local/lib"
2029 for dir in $with_tclconfig $TCLCONFIGDIRS; do 2032 for dir in $with_tclconfig $TCLCONFIGDIRS; do
2030 if test -f $dir/tclConfig.sh; then 2033 if test -f $dir/tclConfig.sh; then
2031 TCLCONFIG=$dir/tclConfig.sh 2034 TCLCONFIG=$dir/tclConfig.sh