From: David Levine Date: Fri, 9 May 2014 23:58:11 +0000 (-0500) Subject: Fix to commit b828fcb1695393007a75c41d32b2173c296be9d7: a couple X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/576b0d082f23121748fa89f22ca61ab7b8edb60a?ds=sidebyside;hp=067f987421e19ebe436cf490a48ad0a0179c6dbd Fix to commit b828fcb1695393007a75c41d32b2173c296be9d7: a couple of commas were missing from the added line. --- diff --git a/configure.ac b/configure.ac index daf96ee3..a4caa82f 100644 --- a/configure.ac +++ b/configure.ac @@ -404,7 +404,7 @@ if test "$nmh_ndbm" = "autodetect"; then dnl first so we don't accidentally link in a pointless but harmless dnl library in one of the later ndbm.h+libfoo tests: NMH_CHECK_NDBM(ndbm.h,,, - dnl Berkeley DBv2 emulating ndbm: header in db.h: + dnl Berkeley DBv2 emulating ndbm: header in db.h, e.g., 32-bit Cygwin: NMH_CHECK_NDBM(db.h,db,, dnl Berkeley DBv1 emulating ndbm: NMH_CHECK_NDBM(ndbm.h,db,, @@ -418,11 +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 + dnl 64-bit Cygwin: + NMH_CHECK_NDBM(ndbm.h,gdbm_compat -lgdbm,, + dnl On Linux, libgdbm_compat.so loads libgdbm.so as well, so it doesn't + dnl need to be explicit: 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,