source: heimdal/trunk/cf/irix.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 143 bytes
Line 
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])
Note: See TracBrowser for help on using the repository browser.