blob: e738be54ca8d00dd52da51c435eb0fae95d8fb9d [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001--- a/configure
2+++ b/configure
3@@ -19935,7 +19935,7 @@
4 fi
5
6 if test xno != x$with_tcl; then
7- for version in 8.4 8.3 8.2 8.1 8.0 ; do
8+ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
9 CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
10 as_ac_Lib=`echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh`
11 echo "$as_me:$LINENO: checking for Tcl_Main in -ltcl$version" >&5
12--- a/configure.ac
13+++ b/configure.ac
14@@ -71,7 +71,7 @@
15 fi
16
17 if test xno != x$with_tcl; then
18- for version in 8.4 8.3 8.2 8.1 8.0 ; do
19+ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
20 CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
21 AC_CHECK_LIB(tcl$version,Tcl_Main,[
22 AC_CHECK_HEADER(tcl.h,[