repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check that enctypes are valid/enabled before trying to request them
[heimdal.git]
/
cf
/
irix.m4
blob
d2b0009a0aac4fb52f7a3026ab74ad359177cc3f
1
dnl
2
dnl $Id$
3
dnl
4
5
AC_DEFUN([rk_IRIX],
6
[
7
irix=no
8
case "$host" in
9
*-*-irix*)
10
irix=yes
11
;;
12
esac
13
AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
14
15
])