]> git.eshelyaron.com Git - emacs.git/commitdiff
Add support for AIX4.3 on IBM RS6000.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 22 Mar 2007 14:32:22 +0000 (14:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 22 Mar 2007 14:32:22 +0000 (14:32 +0000)
configure.in

index fbcab340260f8b8b76bc37ee905df2fadae3ded8..9d02c95d21388559b137c9e7bf0476a7e5891bf3 100644 (file)
@@ -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
   ;;