mirror of
https://github.com/curl/curl.git
synced 2026-06-15 07:15:37 +03:00
and newer -> or higher
This commit is contained in:
parent
e66bdb9941
commit
e05b7bc752
2 changed files with 3 additions and 3 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue