From: Daniel Stenberg Date: Sat, 14 Oct 2017 11:52:51 +0000 (+0200) Subject: configure: remove the C++ compiler check X-Git-Tag: curl-7_56_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af3c777a9996f32c5a23db0ecf29996197dfdbc;p=curl configure: remove the C++ compiler check ... we used it only for the fuzzer, which we now have in a separate git repo. Closes #1990 --- 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)