From 57fc66388b88b59a455a9b0f5f76e144c9eceb19 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 29 Aug 1998 11:41:49 -0400 Subject: [PATCH] really commit configure.in From-SVN: r22087 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index f61d3c8ad03..63e61055425 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" ;;