or newer -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:46:57 +02:00
parent 1d5dc6d2f9
commit 7d02e46280
No known key found for this signature in database
11 changed files with 16 additions and 16 deletions

View file

@ -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],
[
],[

View file

@ -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.