Update AROS host detection

2021-01-10 Thread Kalamatee
AROS detection has been wrong for a number of years and only detects the i386 host. Please find attached a patch to correct the AROS case. build-aux/config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index

Re: Update AROS host detection

2021-01-13 Thread Kalamatee
On Sun, 10 Jan 2021 at 20:09, Kalamatee wrote: > AROS detection has been wrong for a number of years and only detects the > i386 host. > Please find attached a patch to correct the AROS case. > > build-aux/config.guess | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions