From c08ec2a768c2fa7183b2cca0c9c6f36d53ca46fb 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. --- 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 v0.12