xref: /OK3568_Linux_fs/buildroot/package/vde2/0001-no-cxx.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1configure: do not test for CXX, it's not needed
2
3There is no C++ source file, so no reason to require a C++ compiler.
4
5Reported-by: Peter Korsgaard <jacmet@uclibc.org>
6Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
7
8---
9Patch sent upstream
10( not yet in archives, awaits moderator approval... :-/ )
11
12diff -durN vde2-2.3.2.orig/configure.ac vde2-2.3.2/configure.ac
13--- vde2-2.3.2.orig/configure.ac	2011-11-23 17:41:19.000000000 +0100
14+++ vde2-2.3.2/configure.ac	2012-12-14 21:56:47.146319686 +0100
15@@ -11,7 +11,6 @@
16 AC_CONFIG_LIBOBJ_DIR(src/common)
17
18 # Checks for programs.
19-AC_PROG_CXX
20 AC_PROG_CC
21 AC_PROG_INSTALL
22 AC_PROG_LN_S
23