1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/libs/xmlrpc-c/patches/002-automake-compat.patch
2011-02-06 22:12:53 +00:00

14 lines
332 B
Diff

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