From 826337108bb725371b589595572c1551395c9a2f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 18 Oct 1994 19:26:16 +0000 Subject: [PATCH] * configure.in: Don't build emacs on Irix 5. --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 943a2ce163c..3ee49d0a5e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 18 15:25:24 1994 Ian Lance Taylor + + * configure.in: Don't build emacs on Irix 5. + Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * configure.in (*-*-netware*): Add libio. diff --git a/configure.in b/configure.in index 4b14ac1a7af..cfeec5dd214 100644 --- a/configure.in +++ b/configure.in @@ -383,7 +383,8 @@ case "${target}" in ;; mips*-*-irix5*) # The GNU linker does not support shared libraries. - noconfigdirs="$noconfigdirs ld gprof" + # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work) + noconfigdirs="$noconfigdirs ld gprof emacs" ;; mips*-dec-bsd*) noconfigdirs="$noconfigdirs gprof" -- 2.30.2