mirror of
https://github.com/curl/curl.git
synced 2026-08-14 21:03:42 +03:00
autotools: drop reference to deleted CURL_CHECK_CURLDEBUG
The referred function has been deleted earlier. Also: - drop commented reference to deleted `CURL_CHECK_OPTION_THREADS`.0d4fdbf15d#16054 Follow-up to96a1a05f66#14096 Closes #19928
This commit is contained in:
parent
f72c377914
commit
869248cc3e
1 changed files with 0 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ dnl --enable-ares or --disable-ares, and
|
|||
dnl set shell variable want_ares as appropriate.
|
||||
|
||||
AC_DEFUN([CURL_CHECK_OPTION_ARES], [
|
||||
dnl AC_BEFORE([$0],[CURL_CHECK_OPTION_THREADS])dnl
|
||||
AC_BEFORE([$0],[CURL_CHECK_LIB_ARES])dnl
|
||||
AC_MSG_CHECKING([whether to enable c-ares for DNS lookups])
|
||||
OPT_ARES="default"
|
||||
|
|
@ -109,7 +108,6 @@ dnl --enable-curldebug or --disable-curldebug, and set
|
|||
dnl shell variable want_curldebug value as appropriate.
|
||||
|
||||
AC_DEFUN([CURL_CHECK_OPTION_CURLDEBUG], [
|
||||
AC_BEFORE([$0],[CURL_CHECK_CURLDEBUG])dnl
|
||||
AC_MSG_CHECKING([whether to enable curl debug memory tracking])
|
||||
OPT_CURLDEBUG_BUILD="default"
|
||||
AC_ARG_ENABLE(curldebug,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue