mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
9fa7848415
Remove patches applied upstream. Update to the current homepage. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
312 B
Diff
12 lines
312 B
Diff
--- 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,[
|