diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bc7c0ec..bb98e6e 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,8 @@ srcname="gnu development package" 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 ;; +sysv* | irix3) host_makefile_frag=config/mh-sysv ;; +irix4) host_makefile_frag=config/mh-irix4 ;; ultrix*) case "${host_cpu}" in mips) host_makefile_frag=config/mh-decstation ;; |