diff options
Diffstat (limited to 'sapi/apache/config.w32')
| -rw-r--r-- | sapi/apache/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.w32 b/sapi/apache/config.w32 index 93b70948db..32ccb92381 100644 --- a/sapi/apache/config.w32 +++ b/sapi/apache/config.w32 @@ -1,7 +1,7 @@ // vim:ft=javascript // $Id$ -ARG_ENABLE('apache', 'Build Apache 1.3.x version of PHP', 'yes'); +ARG_ENABLE('apache', 'Build Apache 1.3.x version of PHP', 'no'); ARG_WITH('apache-includes', 'Where to find Apache 1.3 headers', null); ARG_WITH('apache-libs', 'Where to find Apache 1.3 libraries', null); |
