From c45884c5fb5e236c02d960aa3bce5ce73b74d723 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 13 Mar 2001 22:33:53 +0000 Subject: [PATCH] Extension was enabled by default.. --- ext/fbsql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.50.1