From 0ee2047555a5b859cf1dab17d132d99cc74913fe Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 29 Aug 1998 21:39:47 +0000 Subject: [PATCH] * configure.in: Use mh-aix43. From-SVN: r22093 --- ChangeLog | 4 ++++ configure.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7545de7d8c22..f241a50ad6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 29 14:32:55 1998 David Edelsohn + + * configure.in: Use mh-aix43. + 1998-07-29 Manfred Hollstein * configure: Fix --without/--disable cases for gxx-include-dir. diff --git a/configure.in b/configure.in index f61d3c8ad034..63e61055425f 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; -- 2.47.2