From 01a8456c5151adb1815b12fcfd9013fe320e66ca Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 6 Feb 2011 22:12:53 +0000 Subject: [PATCH] [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 --- libs/xmlrpc-c/patches/002-automake-compat.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libs/xmlrpc-c/patches/002-automake-compat.patch 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 ======================================================================= -- 2.11.0