- fix IPV6 and IDN options
authorPierre Joye <pierre.php@gmail.com>
Thu, 26 Jan 2012 15:39:26 +0000 (16:39 +0100)
committerPierre Joye <pierre.php@gmail.com>
Thu, 26 Jan 2012 15:39:26 +0000 (16:39 +0100)
winbuild/Makefile.vc
winbuild/MakefileBuild.vc

index 5967db1..8fafecf 100644 (file)
@@ -26,7 +26,7 @@ CFGSET=true
 !MESSAGE   USE_SSSPI=<yes or no>        - Enable SSPI support, default to yes\r
 !MESSAGE   ENABLE_IPV6=<yes or no>         - Enable IPV6, default to yes\r
 !MESSAGE   DEBUG=<yes or no>            - Debug builds\r
-!MESSAGE   ENABLE_IDN=<yes or no>          - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.\r
+!MESSAGE   ENABLE_IDN=<yes or no>       - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.\r
 !MESSAGE                                  or to install http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815\r
 !MESSAGE   GEN_PDB=<yes or no>          - Generate Program Database (debug symbols release build)\r
 !ERROR please choose a valid mode\r
@@ -50,9 +50,9 @@ USE_SSPI=true
 !ENDIF\r
 \r
 !IFNDEF ENABLE_IPV6\r
-USE_IPV6   =true\r
+USE_IPV6   = true\r
 !ELSEIF "$(ENABLE_IPV6)"=="yes"\r
-USE_IPV6   =true\r
+USE_IPV6   = true\r
 !ENDIF\r
 \r
 !IFNDEF ENABLE_IDN\r
index 6961f5c..238b3ea 100644 (file)
@@ -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