diff options
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 63a2bef..e34512b 100644 --- a/configure.in +++ b/configure.in @@ -84,6 +84,7 @@ srcname="gnu development package" case "${host}" in alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;; + m68k-hp-hpux) host_makefile_frag=config/mh-hp300 ;; m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; |