From: Jeff Mahoney <jeffm@xxxxxxxx> Commit 2353022 (build: update AC_PACKAGE_WANT_GDBM() and src/dbtest.c to build) fixed building on newer SUSE systems but broke older ones. Where we used to skip building src/dbtest on SLES systems, now we'd fail to build on SLES11. The reason was that we were now detecting ndbm.h but also including gdbm.h, which doesn't work on older systems due to both defining the datum type. It turns out that no system needs gdbm.h at all. This series cleans up the macros and fixes detection for all systems that only have /usr/include/ndbm.h. -Jeff --- Jeff Mahoney (4): build: remove dead AC_PACKAGE_WANT_NDBM macro build: AC_PACKAGE_WANT_GDBM, fall back to compat if libgdbm detection fails build: clean up AC_PACKAGE_WANT_GDBM build: fix <ndbm.h> detection in AC_PACKAGE_WANT_GDBM m4/package_gdbmdev.m4 | 104 ++++++++++++++++++++++---------------------------- src/dbtest.c | 3 -- 2 files changed, 46 insertions(+), 61 deletions(-) -- 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