summaryrefslogtreecommitdiffstats
path: root/libs/xmlrpc-c/patches/002-automake-compat.patch
blob: be69611d1b1d330ea37b5646b8db24dffe7e10dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/configure.in
+++ b/configure.in
@@ -224,9 +224,7 @@ dnl Checks for programs.
 dnl =======================================================================
 
 AC_PROG_CC
-if test x"$enable_cplusplus" != xno; then
-    AC_PROG_CXX
-fi
+AC_PROG_CXX
 
 
 dnl =======================================================================