Lines Matching refs:gdbm
78 PHP_ARG_WITH([gdbm],,
79 [AS_HELP_STRING([[--with-gdbm[=DIR]]],
174 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm])
177 if test -f "$i/include/gdbm.h"; then
179 THIS_INCLUDE=$i/include/gdbm.h
185 PHP_CHECK_LIBRARY(gdbm, gdbm_open, [
188 THIS_LIBS=gdbm
196 PHP_DBA_STD_RESULT(gdbm)
580 elif test -f "$i/include/gdbm/dbm.h"; then
582 THIS_INCLUDE=$i/include/gdbm/dbm.h
588 for LIB in dbm c gdbm; do
592 if test "$LIB" = "gdbm"; then