diff options
Diffstat (limited to 'mmalloc/configure.in')
-rw-r--r-- | mmalloc/configure.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mmalloc/configure.in b/mmalloc/configure.in index af44b74..ebf6088 100644 --- a/mmalloc/configure.in +++ b/mmalloc/configure.in @@ -9,19 +9,19 @@ configdirs="" # per-host: -case "${host_os}" in - -sysv4) - host_makefile_frag=config/mh-sysv4 +case "${host}" in + mips-sgi-irix4) + host_makefile_frag=config/mh-irix4 ;; - -sunos4*) + *-sun-sunos4*) host_makefile_frag=config/mh-sunos4 ;; - -*) + i[34]86-ncr-sysv4*) + host_makefile_frag=config/mh-ncr3000 + ;; + *-*-sysv4*) + host_makefile_frag=config/mh-sysv4 ;; - esac # per-target: |