[packages] openvpn: stop instances even if they are disabled (#9404)
[openwrt/svn-archive/archive.git] / libs / xmlrpc-c / patches / 002-automake-compat.patch
1 --- a/configure.in
2 +++ b/configure.in
3 @@ -230,9 +230,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 =======================================================================