mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
There shall never be an external library for this (hopefully).
This commit is contained in:
parent
88af7e9897
commit
678829add6
1 changed files with 2 additions and 2 deletions
|
@ -242,8 +242,8 @@ AC_MSG_CHECKING(for CDB support)
|
||||||
AC_DBA_STD_RESULT
|
AC_DBA_STD_RESULT
|
||||||
|
|
||||||
AC_ARG_WITH(flatfile,
|
AC_ARG_WITH(flatfile,
|
||||||
[ --with-flatfile[=DIR] Include FlatFile support],[
|
[ --with-flatfile Include FlatFile support],[
|
||||||
if test "$withval" = "yes"; then
|
if test "$withval" != "no"; then
|
||||||
PHP_ADD_BUILD_DIR($ext_builddir/libflatfile)
|
PHP_ADD_BUILD_DIR($ext_builddir/libflatfile)
|
||||||
AC_DEFINE(DBA_FLATFILE, 1, [ ])
|
AC_DEFINE(DBA_FLATFILE, 1, [ ])
|
||||||
flat_sources="dba_flatfile.c libflatfile/flatfile.c"
|
flat_sources="dba_flatfile.c libflatfile/flatfile.c"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue