From 49ec7989a58fef13b7235116af8ae04bd736d421 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 3 Dec 2000 23:35:29 +0000 Subject: Relevant BUGIDs: 124136 Purpose of commit: bugfix Commit summary: --------------- Makefile dependencies pam_userdb did not compile on a Red Hat 5.2 system. It does now. --- _pam_aconf.h.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '_pam_aconf.h.in') diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index 4c18f6cf..3a200514 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -35,13 +35,9 @@ #undef HAVE_LIBCRYPT #undef HAVE_CRYPT_H -/* we have libdb */ -#undef HAVE_LIBDB - -#ifndef HAVE_LIBDB -/* we have libndbm - instead of libdb */ -#undef HAVE_LIBNDBM -#endif /* HAVE_LIBDB */ +/* we have libndbm and/or libdb */ +#undef HAVE_DB_H +#undef HAVE_NDBM_H /* have libfl (Flex) */ #undef HAVE_LIBFL -- cgit v1.2.3