From: Chong Yidong Date: Thu, 22 Mar 2007 14:32:22 +0000 (+0000) Subject: Add support for AIX4.3 on IBM RS6000. X-Git-Tag: emacs-pretest-22.0.97~239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fd77b514665c5b923ee5672b13377c9b1e12740;p=emacs.git Add support for AIX4.3 on IBM RS6000. --- 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 ;;