Lines Matching refs:test

18   if test -n "$THIS_PREFIX" && test "$THIS_PREFIX" != "/usr"; then
26 if test -z "$THIS_INCLUDE"; then
29 if test -z "$THIS_LIBS"; then
44 if test -n "$2"; then
50 if test -n "$3"; then
53 if test "$THIS_RESULT" = "yes" || test "$THIS_RESULT" = "builtin"; then
137 if test "$PHP_QDBM" != "no"; then
140 if test -f "$i/include/depot.h"; then
144 elif test -f "$i/include/qdbm/depot.h"; then
151 if test -n "$THIS_INCLUDE"; then
158 if test -n "$THIS_LIBS"; then
171 if test "$PHP_GDBM" != "no"; then
173 if test "$HAVE_QDBM" = "1"; then
177 if test -f "$i/include/gdbm.h"; then
184 if test -n "$THIS_INCLUDE"; then
199 if test "$PHP_NDBM" != "no"; then
202 if test -f "$i/include/ndbm.h"; then
206 elif test -f "$i/include/db1/ndbm.h"; then
213 if test -n "$THIS_INCLUDE"; then
220 if test -n "$THIS_LIBS"; then
233 if test "$PHP_TCADB" != "no"; then
236 if test -f "$i/include/tcadb.h"; then
244 if test -n "$THIS_INCLUDE"; then
251 if test -n "$THIS_LIBS"; then
264 if test "$PHP_LMDB" != "no"; then
267 if test -f "$i/include/lmdb.h"; then
275 if test -n "$THIS_INCLUDE"; then
282 if test -n "$THIS_LIBS"; then
294 dnl Berkeley specific (library and version test)
297 if test -z "$THIS_INCLUDE"; then
301 …if test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.a || test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.$SHLIB_S…
320 if test -n "$lib_found"; then
326 if test -z "$THIS_LIBS"; then
330 if test "$1" = "4"; then
343 if test "$ext_shared" = "yes"; then
356 if test -n "$THIS_LIBS"; then
358 if test -n "$THIS_INCLUDE"; then
373 if test "$PHP_DB4" != "no"; then
378 if test -f "$i/db5/db.h"; then
382 elif test -f "$i/db4/db.h"; then
386 elif test -f "$i/include/db5.3/db.h"; then
390 elif test -f "$i/include/db5.1/db.h"; then
394 elif test -f "$i/include/db5.0/db.h"; then
398 elif test -f "$i/include/db4.8/db.h"; then
402 elif test -f "$i/include/db4.7/db.h"; then
406 elif test -f "$i/include/db4.6/db.h"; then
410 elif test -f "$i/include/db4.5/db.h"; then
414 elif test -f "$i/include/db4/db.h"; then
418 elif test -f "$i/include/db/db4.h"; then
422 elif test -f "$i/include/db4.h"; then
426 elif test -f "$i/include/db.h"; then
437 if test "$PHP_DB3" != "no"; then
439 if test "$HAVE_DB4" = "1"; then
443 if test -f "$i/db3/db.h"; then
447 elif test -f "$i/include/db3/db.h"; then
451 elif test -f "$i/include/db/db3.h"; then
455 elif test -f "$i/include/db3.h"; then
459 elif test -f "$i/include/db.h"; then
470 if test "$PHP_DB2" != "no"; then
472 if test "$HAVE_DB3" = "1" || test "$HAVE_DB4" = "1"; then
476 if test -f "$i/db2/db.h"; then
480 elif test -f "$i/include/db2/db.h"; then
484 elif test -f "$i/include/db/db2.h"; then
488 elif test -f "$i/include/db2.h"; then
492 elif test -f "$i/include/db.h"; then
503 if test "$PHP_DB1" != "no"; then
506 if test "$HAVE_DB4" = "1"; then
510 elif test "$HAVE_DB3" = "1"; then
513 elif test "$HAVE_DB2" = "1"; then
518 if test "$HAVE_DB4" = "1" || test "$HAVE_DB3" = "1" || test "$HAVE_DB2" = "1"; then
521 if test -f "$THIS_PREFIX/$i"; then
529 if test -f "$i/db1/db.h"; then
533 elif test -f "$i/include/db1/db.h"; then
537 elif test -f "$i/include/db.h"; then
548 if test -n "$THIS_INCLUDE"; then
570 if test "$PHP_DBM" != "no"; then
572 if test "$HAVE_QDBM" = "1"; then
576 if test -f "$i/include/dbm.h"; then
580 elif test -f "$i/include/gdbm/dbm.h"; then
587 if test -n "$THIS_INCLUDE"; then
592 if test "$LIB" = "gdbm"; then
602 if test -n "$THIS_LIBS"; then
616 if test "$PHP_DBA" != "no" || test "$HAVE_DBA" = "1" || test "$with_cdb" = "yes" || test "$enable_i…
641 if test "$PHP_CDB" = "yes"; then
647 elif test "$PHP_CDB" != "no"; then
650 if test -f "$i/include/cdb.h"; then
657 if test -n "$THIS_INCLUDE"; then
664 if test -n "$THIS_LIBS"; then
677 if test "$PHP_INIFILE" != "no"; then
685 if test "$PHP_FLATFILE" != "no"; then
696 if test "$HAVE_DBA" = "1"; then
697 if test "$ext_shared" = "yes"; then