Commit 575f3c30 authored by Pierre Joye's avatar Pierre Joye
Browse files

- fix IPV6 and IDN options

parent 00e615de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -149,10 +149,10 @@ USE_SSPI=true
!ENDIF

!IFNDEF USE_IPV6
USE_IPV6=yes
USE_IPV6=true
!ENDIF

!IFNDEF USE_IDN
!IFNDEF ENABLE_IDN
USE_IDN   =true
!ELSEIF "$(USE_IDN)"=="yes"
USE_IDN   =true
+3 −3

File changed.

Contains only whitespace changes.