Drop IRIX 4 support

This commit is contained in:
Love Hornquist Astrand
2009-09-16 14:58:21 -07:00
parent 53c878d313
commit 8578600dbb

View File

@@ -6,21 +6,10 @@ AC_DEFUN([rk_IRIX],
[ [
irix=no irix=no
case "$host" in case "$host" in
*-*-irix4*)
AC_DEFINE([IRIX4], 1,
[Define if you are running IRIX 4.])
irix=yes
;;
*-*-irix*) *-*-irix*)
irix=yes irix=yes
;; ;;
esac esac
AM_CONDITIONAL(IRIX, test "$irix" != no)dnl AM_CONDITIONAL(IRIX, test "$irix" != no)dnl
AH_BOTTOM([
/* IRIX 4 braindamage */
#if IRIX == 4 && !defined(__STDC__)
#define __STDC__ 0
#endif
])
]) ])