check for cgetent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6774 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-08-09 14:06:06 +00:00
parent 1b74520da7
commit 8d2d511b79

View File

@@ -412,6 +412,8 @@ if test "$ac_cv_func_glob_working" != yes; then
fi
AM_CONDITIONAL(have_glob_h, test "$ac_cv_func_glob_working" = yes)
AC_CHECK_FUNC(cgetent, , LIBOBJS="$LIBOBJS getcap.o")
dnl these should happen after tests for *snprintf
AC_FIND_FUNC_NO_LIBS(dbopen, $berkeley_db)