This commit was manufactured by cvs2svn to create tag
[heimdal.git] / cf / auth-modules.m4
blob7fbbac94eeb2d5e7f209f987d4d4f8398ec69c9d
1 dnl $Id$
2 dnl
3 dnl Figure what authentication modules should be built
5 AC_DEFUN(AC_AUTH_MODULES,[
6 AC_MSG_CHECKING(which authentication modules should be built)
8 LIB_AUTH_SUBDIRS=
10 if test "$ac_cv_header_siad_h" = yes; then
11         LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS sia"
14 if test "$ac_cv_header_security_pam_modules_h" = yes -a "$enable_shared" = yes; then
15         LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS pam"
18 case "${host}" in
19 changequote(,)dnl
20 *-*-irix[56]*) LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS afskauthlib" ;;
21 changequote([,])dnl
22 esac
24 AC_MSG_RESULT($LIB_AUTH_SUBDIRS)
26 AC_SUBST(LIB_AUTH_SUBDIRS)dnl