helly Wed Nov 6 05:08:38 2002 EDT
Modified files:
/php4/ext/dba config.m4
Log:
There shall never be an external library for this (hopefully).
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.27 php4/ext/dba/config.m4:1.28
--- php4/ext/dba/config.m4:1.27 Wed Nov 6 04:17:50 2002
+++ php4/ext/dba/config.m4 Wed Nov 6 05:08:38 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.27 2002/11/06 09:17:50 helly Exp $
+dnl $Id: config.m4,v 1.28 2002/11/06 10:08:38 helly Exp $
dnl
AC_DEFUN(PHP_TEMP_LDFLAGS,[
@@ -242,8 +242,8 @@
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"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php