mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:27:16 +03:00
configure: remove the C++ compiler check
... we used it only for the fuzzer, which we now have in a separate git repo. Closes #1990
This commit is contained in:
parent
d7e4230538
commit
4af3c777a9
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue