From: Dan Nicolaescu Date: Fri, 6 Mar 2009 08:09:13 +0000 (+0000) Subject: (rs6000-ibm-aix6*): Fix typo. X-Git-Tag: emacs-pretest-23.0.92~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e447232851c742f9b765f711cb004eac4ed8f3d;p=emacs.git (rs6000-ibm-aix6*): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 88be7c17ee3..f67bbc321fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-06 Dan Nicolaescu + + * configure.in (rs6000-ibm-aix6*): Fix typo. + 2009-03-04 Glenn Morris * Makefile.in (INFO_FILES): Add auth. diff --git a/configure b/configure index 9532b85aec8..5de7c663bd1 100755 --- a/configure +++ b/configure @@ -2532,7 +2532,7 @@ _ACEOF rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; - rs6000-ibm-aix5* | powerpc-ibm-aix6* ) + rs6000-ibm-aix6* | powerpc-ibm-aix6* ) machine=ibmrs6000 opsys=aix4-2 ;; diff --git a/configure.in b/configure.in index 1d364b84b16..a963c857479 100644 --- a/configure.in +++ b/configure.in @@ -419,7 +419,7 @@ dnl see the `changequote' comment above. rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; - rs6000-ibm-aix5* | powerpc-ibm-aix6* ) + rs6000-ibm-aix6* | powerpc-ibm-aix6* ) machine=ibmrs6000 opsys=aix4-2 ;;