Lines Matching refs:no

5 dnl Suppose we need FlatFile if no support or only CDB is used.
63 AC_MSG_RESULT(no)
77 [ --with-qdbm[=DIR] DBA: QDBM support], no, no)
80 [ --with-gdbm[=DIR] DBA: GDBM support], no, no)
83 [ --with-ndbm[=DIR] DBA: NDBM support], no, no)
86 [ --with-db4[=DIR] DBA: Oracle Berkeley DB 4.x or 5.x support], no, no)
89 [ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support], no, no)
92 [ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support], no, no)
95 [ --with-db1[=DIR] DBA: Oracle Berkeley DB 1.x support/emulation], no, no)
98 [ --with-dbm[=DIR] DBA: DBM support], no, no)
101 [ --with-tcadb[=DIR] DBA: Tokyo Cabinet abstract DB support], no, no)
109 if test "$PHP_QDBM" != "no"; then
139 if test "$PHP_GDBM" != "no"; then
167 if test "$PHP_NDBM" != "no"; then
201 if test "$PHP_TCADB" != "no"; then
310 if test "$PHP_DB4" != "no"; then
370 if test "$PHP_DB3" != "no"; then
403 if test "$PHP_DB2" != "no"; then
436 if test "$PHP_DB1" != "no"; then
492 THIS_RESULT=no
503 if test "$PHP_DBM" != "no"; then
530 AC_MSG_RESULT(no)
550 if test "$PHP_DBA" != "no" || test "$HAVE_DBA" = "1" || test "$with_cdb" = "yes" || test "$enable_i…
553 php_dba_enable=no
557 [ --without-cdb[=DIR] DBA: CDB support (bundled)], $php_dba_enable, no)
560 [ --disable-inifile DBA: INI support (bundled)], $php_dba_enable, no)
563 [ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
572 elif test "$PHP_CDB" != "no"; then
602 if test "$PHP_INIFILE" != "no"; then
610 if test "$PHP_FLATFILE" != "no"; then
634 AC_MSG_RESULT(no)