libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056]
commitcde6f1085b7027f6a42fdb71c786d422606a8765
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 18 Dec 2023 15:27:39 +0000 (18 16:27 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 8 Jan 2024 11:01:05 +0000 (8 12:01 +0100)
treefffd23505a61e0f8ec130983d8d7161ffe277bd8
parent78dff4c25c1b959e4682d7da50d00fb371849a46
libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056]

..., but not for host builds, which don't need it, and it may cause the build
to fail.

Use what appears to be the standard pattern for that (see
'libbacktrace/configure.ac', 'zlib/configure.ac').

PR rust/113056
libgrust/
* configure.ac: 'AM_ENABLE_MULTILIB' only for target builds.
* configure: Regenerate.
libgrust/configure
libgrust/configure.ac