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)
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"
20 *-*-irix[56]*) LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS afskauthlib" ;;
24 AC_MSG_RESULT($LIB_AUTH_SUBDIRS)
26 AC_SUBST(LIB_AUTH_SUBDIRS)dnl