From: Jo-Philipp Wich Date: Sun, 6 Feb 2011 22:12:53 +0000 (+0000) Subject: xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5725d47915282d7309c88cf79aef4b4bc9c0ecf6;p=openwrt%2Fsvn-archive%2Fpackages.git xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814) SVN-Revision: 25396 --- diff --git a/libs/xmlrpc-c/patches/002-automake-compat.patch b/libs/xmlrpc-c/patches/002-automake-compat.patch new file mode 100644 index 000000000..7503b7c33 --- /dev/null +++ b/libs/xmlrpc-c/patches/002-automake-compat.patch @@ -0,0 +1,13 @@ +--- a/configure.in ++++ b/configure.in +@@ -230,9 +230,7 @@ dnl Checks for programs. + dnl ======================================================================= + + AC_PROG_CC +-if test x"$enable_cplusplus" != xno; then +- AC_PROG_CXX +-fi ++AC_PROG_CXX + + + dnl =======================================================================