]> granicus.if.org Git - curl/commitdiff
configure: remove the C++ compiler check
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Oct 2017 11:52:51 +0000 (13:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Oct 2017 15:30:42 +0000 (17:30 +0200)
... we used it only for the fuzzer, which we now have in a separate git
repo.

Closes #1990

configure.ac

index 8d71bb6fcae06092cdd77f5a66c20eecd96730f5..68b3a071a5393b3bed1171e8ad72c72f62c0c675 100755 (executable)
@@ -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)