* configure.in: Ultrix is only a decstation if it's a MIPS.

This commit is contained in:
John Gilmore
1992-02-07 15:55:35 +00:00
parent c556c4267b
commit 3b2cf8e865

View File

@ -15,7 +15,10 @@ case "${host_os}" in
m88kbcs) host_makefile_frag=config/mh-delta88;; m88kbcs) host_makefile_frag=config/mh-delta88;;
sysv4*) host_makefile_frag=config/mh-sysv4 ;; sysv4*) host_makefile_frag=config/mh-sysv4 ;;
sysv* | irix*) host_makefile_frag=config/mh-sysv ;; 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 esac
case "${host_vendor}" in case "${host_vendor}" in