(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:
		| @@ -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, [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund