[PATCH] fix stack direction on PPC
"Kim B. Heino" <[email protected]>
| Newsgroups | gmane.comp.window-managers.sawfish |
|---|---|
| Message-ID | <[email protected]> |
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