From 96017f081f166c7c5649c43ad4f455f2c7805713 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sat, 2 Mar 2013 18:48:33 -0500 Subject: fixup configure output Change-Id: I1ec6261e1f5a34a9c1f00d874aa5191368034f4c --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62d2f783ad73..ed90a4b0bac5 100644 --- a/configure.ac +++ b/configure.ac @@ -5039,8 +5039,9 @@ if test "$GXX" = "yes"; then dnl see https://code.google.com/p/android/issues/detail?id=41770 if test "$_gpp_majmin" -ge "407"; then glibcxx_threads=no - AC_MSG_CHECKING([whether $CXX is broken with boost.thread]) AC_LANG_PUSH([C++]) + AC_REQUIRE_CPP + AC_MSG_CHECKING([whether $CXX is broken with boost.thread]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[ #include ]],[[ #if !defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \ -- cgit