]> sigrok.org Git - libsigrok.git/commit
configure.ac: Fix checks for cross-compiles.
authorUwe Hermann <redacted>
Tue, 9 Apr 2013 17:52:38 +0000 (19:52 +0200)
committerUwe Hermann <redacted>
Tue, 9 Apr 2013 17:52:38 +0000 (19:52 +0200)
commit2e542814cb97a9937f9e4cace367ffdb7a2231cc
tree881cce1d9b4e94bed01ef24ef746e790629289da
parentbbe6e336b3baf86b43f88185f25eab424cbd61f6
configure.ac: Fix checks for cross-compiles.

When checking architecture-specific things, always check $host, i.e. the
architecture we're building _for_, not the one we happen to build _on_.

E.g. when cross-compiling _for_ Android (or Windows or others) it's important
to check for Android in $host; whether we happen to cross-compile _on_ a Linux
or Windows or OpenBSD or FreeBSD machine ($build) doesn't matter, only the
fact that we compile _for_ Android is important for most checks.
configure.ac