On Wed, Sep 24, 2003 at 07:55:23PM +0200, Martin Schaffner wrote:
> -arch_powerpc=false
> +arch_powerpc=true
true, I fixed it, thanks.
Please send such things to me or [EMAIL PROTECTED]
Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED]
Mar
--- configure.acWed Sep 24 19:52:48 2003
+++ configure.ac.newWed Sep 24 19:52:45 2003
@@ -80,7 +80,7 @@ case $host_cpu in
;;
powerpc)
arch=powerpc
-arch_powerpc=false
+arch_powerpc=true
;;
*)
AC_MSG_ERROR([unsupported architecture])
__