diff options
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7fc6b48..f42b5a8 100644 --- a/configure.in +++ b/configure.in @@ -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 |