From 05cec1dbce98c8a446903c2d1a97549743b5818a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 Jun 2005 19:19:09 +0000 Subject: [PATCH] don't screw up the default fd set size when --disable-all is used --- win32/build/confutils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 2ef0aae820..cc679aa5bb 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.55 2005-02-26 01:07:48 edink Exp $ +// $Id: confutils.js,v 1.56 2005-06-05 19:19:09 wez Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -350,7 +350,7 @@ can be built that way. \ 'php-build', 'snapshot-template', 'pcre-regex', 'fastcgi', 'force-cgi-redirect', 'path-info-check', 'zts', 'ipv6', 'memory-limit', - 'zend-multibyte' + 'zend-multibyte', 'fd-setsize' ); var force; -- 2.40.0