X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/283cbeb60a775eb5fe34e7e11950b0cddd86a6cb..9d7195d8ebed90f5ce0b5924cacbfd583c9978ed:/configure.ac diff --git a/configure.ac b/configure.ac index 932809a1..daf96ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -418,8 +418,11 @@ if test "$nmh_ndbm" = "autodetect"; then NMH_CHECK_NDBM(gdbm/ndbm.h,gdbm,, NMH_CHECK_NDBM(gdbm/ndbm.h,gdbm_compat -lgdbm,, NMH_CHECK_NDBM(ndbm.h,gdbm,, - NMH_CHECK_NDBM(ndbm.h,gdbm_compat -lgdbm)))))))))) - + NMH_CHECK_NDBM(ndbm.h,gdbm_compat -lgdbm + NMH_CHECK_NDBM(gdbm-ndbm.h,gdbm_compat))))))))))) + dnl Please don't remove gdbm-ndbm.h,gdbm_compat. (On Linux, + dnl libgdbm_compat.so loads libgdbm.so as well, so it doesn't + dnl need to be explicit.). fi else dnl We don't really need to check that the user-specified values work,