summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-03-19 00:04:54 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-03-19 00:04:54 +0000
commite1a9187773939f142051d6f155822aa752db88c5 (patch)
tree414734f172eef597cbd8340271dac0b1d2ee1f07
parent726afc27a7873cb99e562df47d57188a09464fa5 (diff)
downloadgtest-e1a9187773939f142051d6f155822aa752db88c5.tar.gz
gtest-e1a9187773939f142051d6f155822aa752db88c5.tar.bz2
gtest-e1a9187773939f142051d6f155822aa752db88c5.tar.xz
Replaces unportable == with portable = in configure.ac.
Contributed by tk@giga.or.at. git-svn-id: http://googletest.googlecode.com/svn/trunk@646 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37b298e..f70717a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AS_IF([test "x$with_pthreads" != "xno"],
[AC_MSG_FAILURE(
[--with-pthreads was specified, but unable to be used])])])
have_pthreads="$acx_pthread_ok"])
-AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" == "xyes"])
+AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" = "xyes"])
AC_SUBST(PTHREAD_CFLAGS)
AC_SUBST(PTHREAD_LIBS)