Fix unportable test(1) construct.

Signed-off-by: Aliaksey Kandratsenka <alk@tut.by>
This commit is contained in:
Thomas Klausner 2014-02-25 21:41:07 +01:00 committed by Aliaksey Kandratsenka
parent a7223c2a14
commit fd3379a213
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ AC_LINK_IFELSE(
AC_MSG_RESULT([$acx_pthread_despite_asking_for])
AC_LANG_RESTORE
AM_CONDITIONAL(HAVE_PTHREAD_DESPITE_ASKING_FOR, test x"$acx_pthread_despite_asking_for" == xyes)
AM_CONDITIONAL(HAVE_PTHREAD_DESPITE_ASKING_FOR, test x"$acx_pthread_despite_asking_for" = xyes)
# Find out what namespace 'normal' STL code lives in
AC_CXX_STL_NAMESPACE