[Sawfish] [PATCH] fix stack direction on PPC |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
Another direction patch for librep.
diff --git a/configure.in b/configure.in
index f3666ea..d377804 100644
--- a/configure.in
+++ b/configure.in
@@ -536,7 +536,7 @@ AC_ARG_WITH(stack-direction,
[with_stack_direction=unknown])
if test "${with_stack_direction}" = unknown; then
case ${host_cpu} in
- sparc|i?86|powerpc|x86_64|armv*)
+ sparc|i?86|powerpc*|x86_64|armv*)
AC_MSG_RESULT([assuming downwards])
with_stack_direction="-1"
;;
--
Sawfish ML