summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-10 15:48:44 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-10 15:48:44 -0400
commit722010dbea5887558dd7d954a19d918119e37b4f (patch)
tree63454985ebc265189b24878d8d4cf272fb4b4f39 /m4
parent8f4ef350573f8e01a1f1c4081809b6ee1c3403d1 (diff)
downloadxine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.gz
xine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.bz2
Rename PPC_ARCH to ARCH_PPC for consistency.
Move the definition of it to a much more appropriate location.
Diffstat (limited to 'm4')
-rw-r--r--m4/xv.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/m4/xv.m4 b/m4/xv.m4
index 073f339fb..1c1e98be9 100644
--- a/m4/xv.m4
+++ b/m4/xv.m4
@@ -128,15 +128,7 @@ AC_DEFUN([XINE_XV_SUPPORT], [
XV_LIBS="libXv.so"
fi
;;
-
- ppc-*-linux* | powerpc-*)
- ppc_arch="yes"
- ;;
-
- *)
- ;;
esac
- AM_CONDITIONAL(PPC_ARCH, test "x$ppc_arch" = "xyes")
dnl
dnl Check if we can enable the xxmc plugin.