Merge pull request #25 from trtom/master

make sure the static build uses the static build option!
This commit is contained in:
Daniel Stenberg 2011-10-24 04:11:43 -07:00
commit c295565569
1 changed files with 1 additions and 1 deletions

View File

@ -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"