From: John Keeping Date: Tue, 18 Aug 2015 11:05:11 +0000 (+0100) Subject: configure.ac: do not check for C++ compiler X-Git-Tag: v3.3.12~71^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=049e2066892f7fc3c1011d0e7af25fc15028c374;p=procps-ng configure.ac: do not check for C++ compiler We do not have any C++ code, so there is no point in checking for C++ tools in the configure script. Signed-off-by: John Keeping --- diff --git a/configure.ac b/configure.ac index 675e2184..ac5ac9fa 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,6 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE) -AC_PROG_CXX AC_PROG_AWK AC_PROG_CC AC_PROG_CC_STDC