aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ae07d1d..80a0a87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 1.31, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 1.33, nanardon@mandriva.org)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR
@@ -26,7 +26,7 @@ case "${target_cpu}" in
RPMALLARCH="ppc"
;;
ppc64|powerpc64)
- RPMALLARCH="ppc ppc64"
+ RPMALLARCH="ppc ppc32 ppc64"
;;
sparc|sparcv9)
RPMALLARCH="sparc"