Skip to content

Commit 13032a3

Browse files
Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)
1 parent 53738d6 commit 13032a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Configure-Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ then
165165
eval "pc_value=\"\$$var\""
166166
need_this=''
167167
need_core=''
168-
if [ ".$SUPPORT_TLS" = "." ]; then
168+
if [ ".$DISABLE_TLS" = .yes ]; then
169169
# no TLS, not referencing
170170
true
171171
elif [ ".$var" = ".USE_GNUTLS_PC" ] && [ ".$USE_GNUTLS" != "." ]; then

0 commit comments

Comments
 (0)