From 804c1fc529f5f4c1671a2b799e678b9f7fa5229e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 8 Oct 2000 21:49:56 +0000 Subject: [PATCH] new file git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9115 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-irix.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cf/krb-irix.m4 diff --git a/cf/krb-irix.m4 b/cf/krb-irix.m4 new file mode 100644 index 000000000..88cb4cb66 --- /dev/null +++ b/cf/krb-irix.m4 @@ -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 +])