am_conditional have_cgetent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2005-05-17 08:50:23 +00:00
parent faa3d66323
commit c78321491c

View File

@@ -262,6 +262,7 @@ AC_CHECK_FUNCS([ \
if test "$ac_cv_func_cgetent" = no; then
AC_LIBOBJ(getcap)
fi
AM_CONDITIONAL(have_cgetent, test "$ac_cv_func_cgetent" = yes)
AC_REQUIRE([AC_FUNC_GETLOGIN])