Skip to content
  • Jehan's avatar
    configure: AC_CHECK_FILE() does not work when cross-compiling. · 0b4fa971
    Jehan authored
    As autoconf docs say: "like most Autoconf macros, they test a feature
    of the host machine, and therefore, they die when cross-compiling."
    Therefore use shell-type file existence instead which works for all
    cases. This fixes configure failing with:
    "error: cannot check for file existence when cross compiling"
    0b4fa971