From 575f3c30ed60aafddbaeeb26745cca942fb9ee2f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 26 Jan 2012 16:39:26 +0100 Subject: - fix IPV6 and IDN options --- winbuild/MakefileBuild.vc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winbuild/MakefileBuild.vc') diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 6961f5c1e..238b3ea60 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -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 -- cgit v1.2.3