repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
cf
/
irix.m4
blob
f1728e2a5b05335365a54e729c4376d9bf91e146
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
])