1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/crypto/heimdal/cf/krb-irix.m4
2001-02-13 16:46:19 +00:00

13 lines
217 B
Plaintext

dnl
dnl $Id: krb-irix.m4,v 1.2 2000/12/13 12:48:45 assar Exp $
dnl
dnl requires AC_CANONICAL_HOST
AC_DEFUN(KRB_IRIX,[
irix=no
case "$host_os" in
irix*) irix=yes ;;
esac
AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
])