From 049e2066892f7fc3c1011d0e7af25fc15028c374 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Tue, 18 Aug 2015 12:05:11 +0100 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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