The following patch appears to fix the problem with gdbm. If someone 
could sanity check and apply...

/Anders

[ander@devil nmh]$ cvs diff configure.in uip/slocal.c
Index: configure.in
===================================================================
RCS file: /cvs/nmh/configure.in,v
retrieving revision 1.61
diff -r1.61 configure.in
566c566,567
<     AC_CHECK_LIB(dbm, dbm_open)))
---
>     AC_CHECK_LIB(gdbm, dbm_open, ,
>     AC_CHECK_LIB(dbm, dbm_open))))
571a573
> AC_CHECK_HEADERS(gdbm/ndbm.h)
Index: uip/slocal.c
===================================================================
RCS file: /cvs/nmh/uip/slocal.c,v
retrieving revision 1.13
diff -r1.13 slocal.c
50a51,53
> #if HAVE_GDBM_NDBM_H
> #include <gdbm/ndbm.h>
> #else
51a55
> #endif


Reply via email to