Loading winbuild/Makefile.vc +4 −0 Original line number Diff line number Diff line Loading @@ -95,7 +95,11 @@ USE_SPNEGO = false !ENDIF !IFNDEF ENABLE_WINSSL !IFDEF WITH_SSL USE_WINSSL = false !ELSE USE_WINSSL = $(USE_SSPI) !ENDIF !ELSEIF "$(ENABLE_WINSSL)"=="yes" USE_WINSSL = true !ELSEIF "$(ENABLE_WINSSL)"=="no" Loading Loading
winbuild/Makefile.vc +4 −0 Original line number Diff line number Diff line Loading @@ -95,7 +95,11 @@ USE_SPNEGO = false !ENDIF !IFNDEF ENABLE_WINSSL !IFDEF WITH_SSL USE_WINSSL = false !ELSE USE_WINSSL = $(USE_SSPI) !ENDIF !ELSEIF "$(ENABLE_WINSSL)"=="yes" USE_WINSSL = true !ELSEIF "$(ENABLE_WINSSL)"=="no" Loading