* configure.in: Ultrix is only a decstation if it's a MIPS.
authorJohn Gilmore <gnu@cygnus>
Fri, 7 Feb 1992 15:55:35 +0000 (15:55 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 7 Feb 1992 15:55:35 +0000 (15:55 +0000)
configure.in

index 7fc6b4819e8b7c64c684a48cde54b7da4ecca219..f42b5a8cd7e5227774f89cc0c2a6736cfb050e88 100644 (file)
@@ -15,7 +15,10 @@ case "${host_os}" in
 m88kbcs)       host_makefile_frag=config/mh-delta88;;
 sysv4*)                host_makefile_frag=config/mh-sysv4 ;;
 sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
-ultrix)                host_makefile_frag=config/mh-decstation ;;
+ultrix*)
+       case "${host_cpu}" in
+       mips)   host_makefile_frag=config/mh-decstation ;;
+       esac
 esac
 
 case "${host_vendor}" in