diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-04 23:41:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-05 22:28:18 +0200 |
commit | 9829b9436150ac28de8bb18734a1846557247be7 (patch) | |
tree | 01c36d36bba49ce70973870a960b7402cb659806 /lib | |
parent | c1f7a7b5257c4bb28d78189e464b1db253d0a93c (diff) | |
download | curl-9829b9436150ac28de8bb18734a1846557247be7.tar.gz |
configure: make --disable-hsts work
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 #7672
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions