diff --git a/configure.in b/configure.in index 7ce44c545..d544d60b4 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ case "${host_cpu}" in powerpc*) AC_MSG_RESULT([no (${host_cpu})]) - VG_ARCH="powerpc" + VG_ARCH="ppc" AC_MSG_ERROR([PowerPC not supported. Sorry]) ;;