really commit configure.in

From-SVN: r22087
This commit is contained in:
David Edelsohn 1998-08-29 11:41:49 -04:00
parent a1612a6c5f
commit 57fc66388b
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ case "${host}" in
*-*-lynxos*)
host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
;;
*-*-aix4.[3456789]* | *-*-aix[56789].*)
host_makefile_frag="${host_makefile_frag} config/mh-aix43"
;;
*-*-sysv4*)
host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
;;