From 678829add6b45abbba3aea698a4c77cc50f45b04 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 6 Nov 2002 10:08:38 +0000 Subject: [PATCH] There shall never be an external library for this (hopefully). --- ext/dba/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1