summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-14 13:52:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-14 13:52:51 +0200
commit1aaa27b9259f5ca3a18a4731955caec59bcde46b (patch)
treef45b592dc541535764e371ed1105b19e0f804d2c
parentd7e4230538b57c399937e513e05cab60073b6780 (diff)
downloadcurl-bagder/configure-remove-cxx.tar.gz
configure: remove the C++ compiler checkbagder/configure-remove-cxx
... we used it only for the fuzzer, which we now have in a separate git repo.
-rwxr-xr-xconfigure.ac1
1 files changed, 0 insertions, 1 deletions
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)