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:
Viktor Szakats 2026-06-16 20:26:41 +02:00
parent 6125d5d6c5
commit 528c05a987
No known key found for this signature in database

View file

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