[Sawfish] [PATCH] librep stack direction for s390 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
Another stack direction patch for librep. Now all primary and secondary
Fedora architectures should be covered.
diff --git a/configure.in b/configure.in
index d377804..79c787e 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*|s390*)
AC_MSG_RESULT([assuming downwards])
with_stack_direction="-1"
;;
--
Sawfish ML