[packages] xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814)
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Feb 2011 22:12:53 +0000 (22:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Feb 2011 22:12:53 +0000 (22:12 +0000)
SVN-Revision: 25396

libs/xmlrpc-c/patches/002-automake-compat.patch [new file with mode: 0644]

diff --git a/libs/xmlrpc-c/patches/002-automake-compat.patch b/libs/xmlrpc-c/patches/002-automake-compat.patch
new file mode 100644 (file)
index 0000000..7503b7c
--- /dev/null
@@ -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 =======================================================================