diff options
author | foobar <sniper@php.net> | 2001-03-13 22:33:53 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-03-13 22:33:53 +0000 |
commit | c45884c5fb5e236c02d960aa3bce5ce73b74d723 (patch) | |
tree | 6885415884dd572d2ffc3445a94e06e1f99a8afc | |
parent | fdf21452ed0d525de0d21b9009ea6bc38182f0aa (diff) | |
download | php-git-c45884c5fb5e236c02d960aa3bce5ce73b74d723.tar.gz |
Extension was enabled by default..
-rw-r--r-- | ext/fbsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |