[packages] xmlrpc-c: partly revert r25357 - it broke autoreconf (#8814)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 22:12:53 +0000 (22:12 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 22:12:53 +0000 (22:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25396 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 =======================================================================