From 45ce914dc90590177721ae1d7dc4fa251332ced8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 20 Mar 1999 07:35:38 +0000 Subject: [PATCH] fix reference to LIB_DBM git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5648 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-find-db.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/krb-find-db.m4 b/cf/krb-find-db.m4 index c5a2ce852..93d1028cd 100644 --- a/cf/krb-find-db.m4 +++ b/cf/krb-find-db.m4 @@ -82,7 +82,7 @@ else fi test "$ac_ndbm" = yes && AC_DEFINE(NDBM, 1, [Define if you have NDBM (and not DBM)])dnl AC_SUBST(LIB_DBM) -DBLIB="$(LIB_DBM)" +DBLIB="$LIB_DBM" AC_SUBST(DBLIB) AC_MSG_RESULT($ac_res)