diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 363b7fa..95b7d21 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,10 @@ esac case "${host_vendor}" in apollo*) case "${host_cpu}" in m68k*) - host_makefile_frag=config/mh-apollo68 ;; + case "${host_os}" in + sysv*) host_makefile_frag=config/mh-apollo68 ;; + bsd*) host_makefile_frag=config/mh-a68bsd ;; + esac;; esac ;; esac |