From: jow Date: Sun, 6 Feb 2011 22:12:53 +0000 (+0000) Subject: [packages] xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=01a8456c5151adb1815b12fcfd9013fe320e66ca;p=packages.git [packages] xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814) git-svn-id: svn://svn.openwrt.org/openwrt/packages@25396 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 =======================================================================