diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 88be7c17ee3..f67bbc321fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-06 Dan Nicolaescu <dann@ics.uci.edu> + + * configure.in (rs6000-ibm-aix6*): Fix typo. + 2009-03-04 Glenn Morris <rgm@gnu.org> * 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 ;; |