configure.ac

changeset 29835
d8e197726e12
parent 29834
c0d5d6cc81c1
child 29836
f113ff9da9e0
equal deleted inserted replaced
29834:c0d5d6cc81c1 29835:d8e197726e12
2140 /usr/local/lib" 2140 /usr/local/lib"
2141 for dir in $with_tclconfig $TCLCONFIGDIRS; do 2141 for dir in $with_tclconfig $TCLCONFIGDIRS; do
2142 if test -f $dir/tclConfig.sh; then 2142 if test -f $dir/tclConfig.sh; then
2143 TCLCONFIG=$dir/tclConfig.sh 2143 TCLCONFIG=$dir/tclConfig.sh
2144 AC_MSG_RESULT([yes ($TCLCONFIG)]) 2144 AC_MSG_RESULT([yes ($TCLCONFIG)])
2145 break
2145 fi 2146 fi
2146 done 2147 done
2147 if test "$TCLCONFIG" = "no"; then 2148 if test "$TCLCONFIG" = "no"; then
2148 AC_MSG_RESULT([no]) 2149 AC_MSG_RESULT([no])
2149 enable_tcl=no 2150 enable_tcl=no
2210 /usr/local/lib" 2211 /usr/local/lib"
2211 for dir in $with_tkconfig $TKCONFIGDIRS; do 2212 for dir in $with_tkconfig $TKCONFIGDIRS; do
2212 if test -f $dir/tkConfig.sh; then 2213 if test -f $dir/tkConfig.sh; then
2213 TKCONFIG=$dir/tkConfig.sh 2214 TKCONFIG=$dir/tkConfig.sh
2214 AC_MSG_RESULT([yes ($TKCONFIG)]) 2215 AC_MSG_RESULT([yes ($TKCONFIG)])
2216 break
2215 fi 2217 fi
2216 done 2218 done
2217 if test "$TKCONFIG" = "no"; then 2219 if test "$TKCONFIG" = "no"; then
2218 AC_MSG_RESULT([no]) 2220 AC_MSG_RESULT([no])
2219 enable_tk=no 2221 enable_tk=no

mercurial