From 4af3c777a9996f32c5a23db0ecf29996197dfdbc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 Oct 2017 13:52:51 +0200 Subject: configure: remove the C++ compiler check ... we used it only for the fuzzer, which we now have in a separate git repo. Closes #1990 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8d71bb6fc..68b3a071a 100755 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,6 @@ AC_SUBST(libext) dnl figure out the libcurl version CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)".*/\1/p' ${srcdir}/include/curl/curlver.h` XC_CHECK_PROG_CC -AC_PROG_CXX XC_AUTOMAKE AC_MSG_CHECKING([curl version]) AC_MSG_RESULT($CURLVERSION) -- cgit v1.2.1