Commit c2955655 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Merge pull request #25 from trtom/master

make sure the static build uses the static build option!
parents e7713446 b7e242de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ USE_SSL = true
SSL=dll
!ELSEIF "$(WITH_SSL)"=="static"
USE_SSL      = true
SSL=dll
SSL=static
!ENDIF

!IF "$(WITH_ZLIB)"=="dll"