From: Jo-Philipp Wich Date: Sun, 12 Dec 2010 18:48:26 +0000 (+0000) Subject: [packages] libcroco: fix autoreconf X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ef0dc4a9a1317b58d80921dea241d7743ac22799;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libcroco: fix autoreconf SVN-Revision: 24519 --- diff --git a/libs/libcroco/patches/001-automake-compat.patch b/libs/libcroco/patches/001-automake-compat.patch new file mode 100644 index 0000000000..0012c56bb5 --- /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