#1034008 ircd-hybrid FTCBFS: AC_RUN_IFELSE

#1034008#5
Date:
2023-04-06 05:25:48 UTC
From:
To:
ircd-hybrid fails to cross build from source, because it uses
AC_RUN_IFELSE. This macro doesn't work during cross compilation.
Fortunately, it is only ever used for checking whether a compile-time
constant is large enough. Such constants can also be extracted using
AC_COMPUTE_INT and this macro has special handling for cross
compilation. I'm attaching a patch for your convenience.

Helmut