mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05: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
@ -124,7 +124,6 @@ AC_SUBST(libext)
|
|||||||
dnl figure out the libcurl version
|
dnl figure out the libcurl version
|
||||||
CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)".*/\1/p' ${srcdir}/include/curl/curlver.h`
|
CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)".*/\1/p' ${srcdir}/include/curl/curlver.h`
|
||||||
XC_CHECK_PROG_CC
|
XC_CHECK_PROG_CC
|
||||||
AC_PROG_CXX
|
|
||||||
XC_AUTOMAKE
|
XC_AUTOMAKE
|
||||||
AC_MSG_CHECKING([curl version])
|
AC_MSG_CHECKING([curl version])
|
||||||
AC_MSG_RESULT($CURLVERSION)
|
AC_MSG_RESULT($CURLVERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user