Use "ppc" rather than "powerpc" -- it's less typing.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2801 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 7ce44c5..d544d60 100644
--- a/configure.in
+++ b/configure.in
@@ -76,7 +76,7 @@
 
      powerpc*)
         AC_MSG_RESULT([no (${host_cpu})])
-        VG_ARCH="powerpc"
+        VG_ARCH="ppc"
         AC_MSG_ERROR([PowerPC not supported. Sorry])
         ;;