xref: /netbsd/crypto/external/bsd/heimdal/dist/cf/irix.m4 (revision fcfd9267)
1dnl
2dnl Id
3dnl
4
5AC_DEFUN([rk_IRIX],
6[
7irix=no
8case "$host" in
9*-*-irix*)
10	irix=yes
11	;;
12esac
13AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
14
15])
16