From e1a9187773939f142051d6f155822aa752db88c5 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 19 Mar 2013 00:04:54 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3