]> granicus.if.org Git - php/commitdiff
There shall never be an external library for this (hopefully).
authorMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 10:08:38 +0000 (10:08 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 10:08:38 +0000 (10:08 +0000)
ext/dba/config.m4

index ca09b6d8d58a6ffcb1dc2345758a9f07a52a0862..79901dbbf2497fbb45aab0ff15026adef72ac55c 100644 (file)
@@ -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"