(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
This commit is contained in:
Assar Westerlund
1999-10-19 22:48:13 +00:00
parent 565d4db9d3
commit 8ff71f46e5

View File

@@ -547,10 +547,10 @@ inet_aton)
AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl
dnl dnl
dnl libroken references crypt dnl libroken references crypt and dbopen
dnl 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_SUBST(LIB_roken)dnl
AC_CACHE_CHECK(if realloc if broken, ac_cv_func_realloc_broken, [ AC_CACHE_CHECK(if realloc if broken, ac_cv_func_realloc_broken, [