Re: Fails to cross-compile due to FRIBIDI_CHARSET_CAP_RTL test
[email protected] Mon, 15 Feb 2021 11:54:16 -0500
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Could someone review the patch I sent to fix this issue? Thank you, Ben On Thu, 2020-11-12 at 22:28 -0500, [email protected] wrote: > Hello, > > I attempted to cross-compile mailutils and found that it fails > because > the FRIBIDI_CHARSET_CAP_RTL check uses AC_RUN_IFELSE. It seems like > this should be able to use AC_COMPILE_IFELSE instead, since it is > just > checking for the existence of a preprocessor define. This would avoid > the cross-compilation problems. I have attached a patch. > > Thanks, Ben