AX_BOOST_BASE: fix host boost search when cross-compiling
authorMike Frysinger <vapier@gentoo.org>
Tue, 29 Dec 2009 08:48:59 +0000 (03:48 -0500)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Mon, 4 Jan 2010 09:47:02 +0000 (10:47 +0100)
commit7af868049039b92400d0e3819179bc636c5aa715
treea2364d23f41e4dc629fcbec99fe7aed715a5a911
parent3d0099ee1c704388a5300474900daed44f18f75e
AX_BOOST_BASE: fix host boost search when cross-compiling

The AX_BOOST_BASE macro likes to do searches in the host paths (/usr and
such) which is obviously incorrect for cross-compiling.  So disable these
fallback searches when cross-compiling.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
acinclude.m4