repo.or.cz
/
arla.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 link() doesn't cause statinfo to be corrupted/reverted for
[arla.git]
/
cf
/
krb-irix.m4
blob
defc7953625c1efb08d3dde00c53c05cac21670c
1
dnl
2
dnl $Id$
3
dnl
4
5
dnl requires AC_CANONICAL_HOST
6
AC_DEFUN([KRB_IRIX],[
7
irix=no
8
case "$host_os" in
9
irix*) irix=yes ;;
10
esac
11
AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
12
])