From: Jeff Mahoney <jeffm@xxxxxxxx> Commit fb05a918085 build: remove IRIX-specific build logic) removed the tests used on IRIX but missed AC_PACKAGE_WANT_NDBM. Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx> --- m4/package_gdbmdev.m4 | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/m4/package_gdbmdev.m4 b/m4/package_gdbmdev.m4 index e9634316..484b751a 100644 --- a/m4/package_gdbmdev.m4 +++ b/m4/package_gdbmdev.m4 @@ -1,23 +1,3 @@ -AC_DEFUN([AC_PACKAGE_WANT_NDBM], - [ AC_CHECK_HEADERS(ndbm.h, [ have_db=true ], [ have_db=false ]) - found=false - libgdbm="" - - if test $have_db = true; then - AC_CHECK_LIB(ndbm,dbm_open,found=true,found=false) - AC_CHECK_LIB(ndbm,dbm_fetch,,found=false) - AC_CHECK_LIB(ndbm,dbm_store,,found=false) - AC_CHECK_LIB(ndbm,dbm_close,,found=false) - - if test $found = true; then - libgdbm="$ndbm" - fi - fi - - AC_SUBST(libgdbm) - AC_SUBST(have_db) - ]) - AC_DEFUN([AC_PACKAGE_WANT_GDBM], [ AC_CHECK_HEADER(gdbm-ndbm.h, [ gdbm_ndbm=true; have_db=true ], [ gdbm_ndbm=false; have_db=false ]) -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html