From: John-Mark B. <jm...@ec...> - 2008-01-23 15:40:16
|
Hi, I've just been trying to build infomap on a Debian testing system with GDBM (and the development package) installed. The current configure script only looks for ndbm.h or gdbm/ndbm.h. On Debian-based systems, the relevant header is gdbm-ndbm.h. Please find attached a patch to configure.ac and env.h to a) look for gdbm-ndbm.h in addition to the existing header searches and b) include gdbm-ndbm.h if that's what the configure script found. This works fine here after an autoreconf. I hope this is of some use to somebody ;) Cheers, John. |