diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-10-14 13:52:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-10-14 17:30:42 +0200 |
commit | 4af3c777a9996f32c5a23db0ecf29996197dfdbc (patch) | |
tree | f45b592dc541535764e371ed1105b19e0f804d2c /configure.ac | |
parent | d7e4230538b57c399937e513e05cab60073b6780 (diff) | |
download | curl-4af3c777a9996f32c5a23db0ecf29996197dfdbc.tar.gz |
configure: remove the C++ compiler check
... we used it only for the fuzzer, which we now have in a separate git
repo.
Closes #1990
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
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) |