From 8ff71f46e5be27de3cf16b5178685365d86c3813 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Oct 1999 22:48:13 +0000 Subject: [PATCH] (LIB_roken): add dbopen. getcap in roken references dbopen and with shared libraries we need to add this dependency. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7195 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 17f0876b4..acc0c8a4d 100644 --- a/configure.in +++ b/configure.in @@ -547,10 +547,10 @@ inet_aton) AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl dnl -dnl libroken references crypt +dnl libroken references crypt and dbopen dnl -LIB_roken='$(top_builddir)/lib/roken/libroken.la $(LIB_crypt)' +LIB_roken='$(top_builddir)/lib/roken/libroken.la $(LIB_crypt) $(LIB_dbopen)' AC_SUBST(LIB_roken)dnl AC_CACHE_CHECK(if realloc if broken, ac_cv_func_realloc_broken, [