source:
heimdal/trunk/cf/irix.m4
| Last change on this file was 1, checked in by , 10 years ago | |
|---|---|
| File size: 143 bytes | |
| Line | |
|---|---|
| 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 | ]) |
Note:
See TracBrowser
for help on using the repository browser.
