]> granicus.if.org Git - php/commitdiff
- '' != 'no'
authorSteph Fox <sfox@php.net>
Thu, 19 Jun 2008 17:14:43 +0000 (17:14 +0000)
committerSteph Fox <sfox@php.net>
Thu, 19 Jun 2008 17:14:43 +0000 (17:14 +0000)
win32/build/confutils.js

index c9f236fa9080d7370c504f7036ec79ce90ec7f6d..37b55689ce5165c9f0f0e886021d937e51572148 100644 (file)
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.60.2.1.2.8.2.11 2008-05-14 03:13:17 auroraeosrose Exp $
+// $Id: confutils.js,v 1.60.2.1.2.8.2.12 2008-06-19 17:14:43 sfox Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
@@ -416,7 +416,11 @@ can be built that way. \
                                }
                        }
                        if (force) {
-                               argval = "no";
+                               if (arg.defval == '') {
+                                       argval = '';
+                               } else {
+                                       argval = "no";
+                               }
                                shared = false;
                        }
                }