* configure.in: Don't build emacs on Irix 5.
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Oct 1994 19:26:16 +0000 (19:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Oct 1994 19:26:16 +0000 (19:26 +0000)
ChangeLog
configure.in

index 943a2ce163c2e4e9ace25e6086613946ae57e7aa..3ee49d0a5e5e7cbf3d73c5873a864bb3630b53f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * 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.
index 4b14ac1a7afca1ca6e946cfb0771e6ab7643a527..cfeec5dd214bb2b2c4071d9227673f845792e4ea 100644 (file)
@@ -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"
This page took 0.029626 seconds and 4 git commands to generate.