oops. this should be with and not enable

This commit is contained in:
Frank M. Kromann 2003-12-03 00:22:40 +00:00
parent de96d34adb
commit 305d2a3948

View 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");