From: Marcus Boerger Date: Wed, 6 Nov 2002 10:08:38 +0000 (+0000) Subject: There shall never be an external library for this (hopefully). X-Git-Tag: php-4.3.0RC1~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=678829add6b45abbba3aea698a4c77cc50f45b04;p=php There shall never be an external library for this (hopefully). --- diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index ca09b6d8d5..79901dbbf2 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -242,8 +242,8 @@ AC_MSG_CHECKING(for CDB support) AC_DBA_STD_RESULT AC_ARG_WITH(flatfile, -[ --with-flatfile[=DIR] Include FlatFile support],[ - if test "$withval" = "yes"; then +[ --with-flatfile Include FlatFile support],[ + if test "$withval" != "no"; then PHP_ADD_BUILD_DIR($ext_builddir/libflatfile) AC_DEFINE(DBA_FLATFILE, 1, [ ]) flat_sources="dba_flatfile.c libflatfile/flatfile.c"