Actions
Bug #3281
closedImpossible to cross-compile due to AC_CHECK_FILE
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
The use of AC_CHECK_FILE and AC_CHECK_FILES cause the following error
when cross-compiling:
configure: error: cannot check for file existence when cross compiling
The solution is to check for the file directly instead of using a macro.
Actions