the AC_PATH_PROG helper does not work well with cross-compiling as it will only
search for "gtest-config". the AC_PATH_TOOL however will additionally search
for "<host>-gtest-config" before "gtest-config". so please update the
configure script to use that.
sed -i /GTEST_CONFIG/s:AC_PATH_PROG:AC_PATH_TOOL: configure.ac
Original issue reported on code.google.com by vap...@google.com on 15 Nov 2011 at 9:21
Original issue reported on code.google.com by
vap...@google.com
on 15 Nov 2011 at 9:21