etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / dist / cf / irix.m4
blobf1728e2a5b05335365a54e729c4376d9bf91e146
1 dnl
2 dnl Id
3 dnl
5 AC_DEFUN([rk_IRIX],
7 irix=no
8 case "$host" in
9 *-*-irix*) 
10         irix=yes
11         ;;
12 esac
13 AM_CONDITIONAL(IRIX, test "$irix" != no)dnl