From: foobar Date: Tue, 13 Mar 2001 22:33:53 +0000 (+0000) Subject: Extension was enabled by default.. X-Git-Tag: php-4.0.6RC1~702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c45884c5fb5e236c02d960aa3bce5ce73b74d723;p=php Extension was enabled by default.. --- diff --git a/ext/fbsql/config.m4 b/ext/fbsql/config.m4 index b166ba3655..b3ab2fb8a3 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ PHP_ARG_WITH(fbsql, for FrontBase SQL92 (fbsql) support, [ --with-fbsql[=DIR] Include FrontBase support. DIR is the FrontBase base - directory. .], yes) + directory. .]) if test "$PHP_FBSQL" != "no"; then AC_DEFINE(HAVE_FBSQL, 1, [Whether you have FrontBase])