changeset 314:6117d91ad783

2007-11-07 Gary Benson <gbenson@redhat.com> * acinclude.m4 (SET_ARCH_DIRS): Remove redundant special cases. * configure: Regenerated.
author Gary Benson <gbenson@redhat.com>
date Wed, 07 Nov 2007 11:56:25 +0000
parents 95a271d04351
children c3357ed52323
files ChangeLog acinclude.m4 configure
diffstat 3 files changed, 5 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 02 12:53:15 2007 -0400
+++ b/ChangeLog	Wed Nov 07 11:56:25 2007 +0000
@@ -1,3 +1,8 @@
+2007-11-07  Gary Benson  <gbenson@redhat.com>
+
+	* acinclude.m4 (SET_ARCH_DIRS): Remove redundant special cases.
+	* configure: Regenerated.
+
 2007-11-02  Joshua Sumali  <jsumali@redhat.com>
 
 	* rt/com/sun/media/sound/DataPusher.java: Removed stub since this is
--- a/acinclude.m4	Fri Nov 02 12:53:15 2007 -0400
+++ b/acinclude.m4	Wed Nov 07 11:56:25 2007 +0000
@@ -9,14 +9,6 @@
       BUILD_ARCH_DIR=i586
       INSTALL_ARCH_DIR=i386
       ;;
-    powerpc-*-*)
-      BUILD_ARCH_DIR=ppc
-      INSTALL_ARCH_DIR=ppc
-      ;;
-    powerpc64-*-*)
-      BUILD_ARCH_DIR=ppc64
-      INSTALL_ARCH_DIR=ppc64
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR
--- a/configure	Fri Nov 02 12:53:15 2007 -0400
+++ b/configure	Wed Nov 07 11:56:25 2007 +0000
@@ -4832,14 +4832,6 @@
       BUILD_ARCH_DIR=i586
       INSTALL_ARCH_DIR=i386
       ;;
-    powerpc-*-*)
-      BUILD_ARCH_DIR=ppc
-      INSTALL_ARCH_DIR=ppc
-      ;;
-    powerpc64-*-*)
-      BUILD_ARCH_DIR=ppc64
-      INSTALL_ARCH_DIR=ppc64
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR