summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-03-06 08:09:13 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-03-06 08:09:13 +0000
commit1e447232851c742f9b765f711cb004eac4ed8f3d (patch)
treeb213952e4fc1ba53075d206aa0ca872d3447bc8b
parent825d08758787822e136ea21224f684c8620ff1dd (diff)
downloademacs-1e447232851c742f9b765f711cb004eac4ed8f3d.tar.gz
(rs6000-ibm-aix6*): Fix typo.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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
;;