You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The AC_ARG_ENABLE() macro itself uses a variable called
'enable_[option]', so when our script also used a variable with that
name for the purpose of storing what the user wants, it also
accidentally made it impossible to switch off the feature with
--disable-hsts. Fix this by renaming our variable.
Reported-by: Michał Antoniak
Fixes#7669
Closes #
I download a curl library from daily snapshots. I am trying to set up a build with openssl but no hsts support.
Looks like the use of:
gives the same result:
I'm not sure if this is correct behavior? What am I missing?
The text was updated successfully, but these errors were encountered: