Skip to content
  • Helmut Grohne's avatar
    Fix for cross build failure · 11b230ba
    Helmut Grohne authored and Kevin Brace's avatar Kevin Brace committed
    
    
    configure.ac fails to cross build from source, because it abuses
    AC_CHECK_FILE for finding headers. AC_CHECK_FILE is supposed to find
    files on the host system. You cannot usually expect the host system
    to have headers, so this use is incorrect. It happens to also break
    cross compilation.
    
    Signed-off-by: default avatarHelmut Grohne <helmut@subdivi.de>
    11b230ba