From 9fd77b514665c5b923ee5672b13377c9b1e12740 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 22 Mar 2007 14:32:22 +0000 Subject: [PATCH] Add support for AIX4.3 on IBM RS6000. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index fbcab340260..9d02c95d213 100644 --- a/configure.in +++ b/configure.in @@ -659,6 +659,9 @@ dnl see the `changequote' comment above. rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; + rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) + machine=ibmrs6000 opsys=aix4-2 + ;; rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; -- 2.39.5