From: Frank M. Kromann Date: Wed, 3 Dec 2003 00:22:40 +0000 (+0000) Subject: oops. this should be with and not enable X-Git-Tag: php-5.0.0b3RC1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=305d2a394869666b69f44cc527d284e85bf686b9;p=php oops. this should be with and not enable --- diff --git a/ext/mssql/config.w32 b/ext/mssql/config.w32 index bfaae9367d..1a01a2bd69 100644 --- a/ext/mssql/config.w32 +++ b/ext/mssql/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("mssql", "mssql support", "no"); +ARG_WITH("mssql", "mssql support", "no"); if (PHP_MSSQL == "yes") { EXTENSION("mssql", "php_mssql.c");