From: Francesco Potortì Date: Sun, 6 Apr 2003 10:47:51 +0000 (+0000) Subject: Use the same configuration for all aix5, not just aix5.1. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbaf47fd2077b3a7c207e801885b33cf1d60645a;p=emacs.git Use the same configuration for all aix5, not just aix5.1. --- diff --git a/configure.in b/configure.in index 522e93f029d..8665fefb6e7 100644 --- a/configure.in +++ b/configure.in @@ -586,7 +586,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* )