Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / libs / xmlrpc-c / patches / 002-automake-compat.patch
1 --- a/configure.in
2 +++ b/configure.in
3 @@ -224,9 +224,7 @@ dnl Checks for programs.
4  dnl =======================================================================
5  
6  AC_PROG_CC
7 -if test x"$enable_cplusplus" != xno; then
8 -    AC_PROG_CXX
9 -fi
10 +AC_PROG_CXX
11  
12  
13  dnl =======================================================================