and newer -> or higher

This commit is contained in:
Viktor Szakats 2026-04-22 21:10:46 +02:00
parent e66bdb9941
commit e05b7bc752
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -536,7 +536,7 @@ dnl allow expansion of XC_CONFIGURE_PREAMBLE macro
dnl early enough in the generated configure script.
dnl
dnl Override when using autoconf 2.53 and newer.
dnl Override when using autoconf 2.53 or higher.
dnl
m4_ifdef([_AS_PATH_SEPARATOR_PREPARE],

View file

@ -83,7 +83,7 @@ my $logdir = $path .'/log';
my $piddir;
#***************************************************************************
# Signal handler to remove our stunnel 4.00 and newer configuration file.
# Signal handler to remove our stunnel 4.00 or higher configuration file.
#
sub exit_signal_handler {
my $signame = shift;
@ -280,7 +280,7 @@ if($stunnel_version < 400) {
}
#***************************************************************************
# Build command to execute for stunnel 4.00 and newer
# Build command to execute for stunnel 4.00 or higher
#
if($stunnel_version >= 400) {
$socketopt = "a:SO_REUSEADDR=1";