mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
or newer -> higher
This commit is contained in:
parent
1d5dc6d2f9
commit
7d02e46280
11 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#***************************************************************************
|
||||
,#***************************************************************************
|
||||
# _ _ ____ _
|
||||
# Project ___| | | | _ \| |
|
||||
# / __| | | | |_) | |
|
||||
|
|
@ -441,7 +441,7 @@ AC_DEFUN([CURL_CHECK_LIB_ARES], [
|
|||
LDFLAGSPC="$clean_LDFLAGSPC $ares_LDFLAGS"
|
||||
LIBS="$ares_LIBS $clean_LIBS"
|
||||
|
||||
dnl check if c-ares new enough, 1.16.0 or newer
|
||||
dnl check if c-ares new enough, 1.16.0 or higher
|
||||
AC_CHECK_FUNC([ares_getaddrinfo],
|
||||
[
|
||||
],[
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ dnl This macro embeds automake machinery into configure
|
|||
dnl script regardless of automake version used in order
|
||||
dnl to generate configure script.
|
||||
dnl
|
||||
dnl When using automake version 1.14 or newer, automake
|
||||
dnl When using automake version 1.14 or higher, automake
|
||||
dnl initialization option 'subdir-objects' is used to
|
||||
dnl generate the configure script, otherwise this option
|
||||
dnl is not used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue