From ef2f357b5b942909bf477111752deb1033d39314 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 12 Dec 2010 18:48:26 +0000 Subject: [PATCH] [packages] libcroco: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24519 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libcroco/patches/001-automake-compat.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/libcroco/patches/001-automake-compat.patch diff --git a/libs/libcroco/patches/001-automake-compat.patch b/libs/libcroco/patches/001-automake-compat.patch new file mode 100644 index 000000000..0012c56bb --- /dev/null +++ b/libs/libcroco/patches/001-automake-compat.patch @@ -0,0 +1,11 @@ +--- a/configure.in ++++ b/configure.in +@@ -67,8 +67,6 @@ case "$host" in + esac + AM_CONDITIONAL(PLATFORM_WIN32, [test "$platform_win32" = "yes"]) + +-GTK_DOC_CHECK([1.0]) +- + dnl ************************************************************** + dnl check for the different --enable-option=val + dnl messages issued by the user