aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch
blob: 0521aaeaff7114ece2ad189e57670885425a08f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream-Status: Pending

--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@
 fi
 
 if test xno != x$with_tcl; then
-  for version in 8.4 8.3 8.2 8.1 8.0 ; do
+  for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
     CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
     AC_CHECK_LIB(tcl$version,Tcl_Main,[
     AC_CHECK_HEADER(tcl.h,[