xref: /OK3568_Linux_fs/buildroot/package/beecrypt/0003-don-t-check-for-cplusplus-compiler.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1configure.ac: don't check for C++ compiler
2
3Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
4
5diff -durN beecrypt-4.2.1-orig/configure.ac beecrypt-4.2.1/configure.ac
6--- beecrypt-4.2.1-orig/configure.ac	2019-03-01 19:58:16.516117640 +0100
7+++ beecrypt-4.2.1/configure.ac	2019-03-01 21:10:17.707391803 +0100
8@@ -119,9 +119,6 @@
9
10 # Checks for C compiler and preprocessor
11 AC_PROG_CC
12-AC_PROG_CPP
13-AC_PROG_CXX
14-AC_PROG_CXXCPP
15 AM_PROG_AS
16 AC_PROG_LD
17 AC_PROG_LN_S
18@@ -133,9 +130,6 @@
19 AC_LANG_PUSH(C)
20 AC_OPENMP
21 AC_LANG_POP(C)
22-AC_LANG_PUSH(C++)
23-AC_OPENMP
24-AC_LANG_POP(C++)
25
26 # Checks for compiler characteristics and flags
27 if test "$ac_enable_expert_mode" = no; then
28