]> granicus.if.org Git - php/commitdiff
oops. this should be with and not enable
authorFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 00:22:40 +0000 (00:22 +0000)
committerFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 00:22:40 +0000 (00:22 +0000)
ext/mssql/config.w32

index bfaae9367d5b5e7e6e5231312c3af3ca6e05b44c..1a01a2bd69fa36330b49112fe0543ad26520c746 100644 (file)
@@ -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");