Skip to content

Use of AC_CHECK_FILE prevents cross compilation. #1984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Use of AC_CHECK_FILE prevents cross compilation. #1984

wants to merge 1 commit into from

Conversation

chuckwolber
Copy link
Contributor

The use of AC_CHECK_FILE causes 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.

Resolves: #1983

The use of AC_CHECK_FILE causes 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.

Resolves: #1983
@zimmerle zimmerle self-requested a review December 17, 2018 13:18
@zimmerle zimmerle self-assigned this Dec 17, 2018
zimmerle pushed a commit that referenced this pull request Dec 17, 2018
@zimmerle
Copy link
Contributor

Merged! Thanks!

@zimmerle zimmerle closed this Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants