new file
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9115 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
11
cf/krb-irix.m4
Normal file
11
cf/krb-irix.m4
Normal file
@@ -0,0 +1,11 @@
|
||||
dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
|
||||
dnl requires AC_CANONICAL_HOST
|
||||
AC_DEFUN(KRB_IRIX,[
|
||||
case "$host_os" in
|
||||
irix*) irix=yes ;;
|
||||
esac
|
||||
AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
|
||||
])
|
Reference in New Issue
Block a user