summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-03-19 00:04:54 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-03-19 00:04:54 (GMT)
commitc08ec2a768c2fa7183b2cca0c9c6f36d53ca46fb (patch)
tree414734f172eef597cbd8340271dac0b1d2ee1f07 /configure.ac
parent1edbcbad73e0c711d5aa0f165bad5e9518894375 (diff)
downloadgoogletest-c08ec2a768c2fa7183b2cca0c9c6f36d53ca46fb.zip
googletest-c08ec2a768c2fa7183b2cca0c9c6f36d53ca46fb.tar.gz
googletest-c08ec2a768c2fa7183b2cca0c9c6f36d53ca46fb.tar.bz2
Replaces unportable == with portable = in configure.ac.
Contributed by tk@giga.or.at.
Diffstat (limited to 'configure.ac')
-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)