From: Francesco Potortì Date: Sun, 6 Apr 2003 10:50:11 +0000 (+0000) Subject: Use the same configuration for all aix5, not just aix5.1. X-Git-Tag: ttn-vms-21-2-B4~10624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54c4fabde706592ba46c64ba19d75621ae6f6986;p=emacs.git Use the same configuration for all aix5, not just aix5.1. --- diff --git a/configure.in b/configure.in index e3c756b4224..231b02b6c00 100644 --- a/configure.in +++ b/configure.in @@ -633,7 +633,7 @@ case "${canonical}" in rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; - rs6000-ibm-aix5.1* | powerpc-ibm-aix5.1* ) + rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )