mirror of
https://github.com/curl/curl.git
synced 2026-06-18 08:25:36 +03:00
configure: tidy up OPT_APPLE_SECTRUST initialization
The OS detection variable is not initialized at the time of assigning its value to `OPT_APPLE_SECTRUST`. Replace the current empty value with `no`. This keeps existing, desired, behavior. Closes #22054
This commit is contained in:
parent
6125d5d6c5
commit
528c05a987
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ AS_HELP_STRING([--with-rustls=PATH],[where to look for Rustls, PATH points to th
|
|||
fi
|
||||
])
|
||||
|
||||
OPT_APPLE_SECTRUST=$curl_cv_apple
|
||||
OPT_APPLE_SECTRUST=no
|
||||
AC_ARG_WITH(apple-sectrust,
|
||||
AS_HELP_STRING([--with-apple-sectrust],[enable Apple OS native certificate verification]),[
|
||||
OPT_APPLE_SECTRUST=$withval
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue