1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

- fix IPV6 and IDN options

This commit is contained in:
Pierre Joye 2012-01-26 16:39:26 +01:00
parent 00e615de7e
commit 575f3c30ed
2 changed files with 5 additions and 5 deletions

View File

@ -149,10 +149,10 @@ USE_SSPI=true
!ENDIF !ENDIF
!IFNDEF USE_IPV6 !IFNDEF USE_IPV6
USE_IPV6=yes USE_IPV6=true
!ENDIF !ENDIF
!IFNDEF USE_IDN !IFNDEF ENABLE_IDN
USE_IDN =true USE_IDN =true
!ELSEIF "$(USE_IDN)"=="yes" !ELSEIF "$(USE_IDN)"=="yes"
USE_IDN =true USE_IDN =true