packages/libs/xmlrpc-c/patches/002-automake-compat.patch

14 lines
332 B
Diff
Raw Normal View History

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