X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=4dda87c57a2d968f054f141864fc43679bceec60;hb=e7a2f0999079de84efe682f827455616ececd93f;hp=fa660290173da2bd9120a37f3b59b2d4e4b7cffb;hpb=87f45b08a34d8412f14ce5d154692256077bbb8e;p=platform%2Fupstream%2Fgtest.git diff --git a/configure.ac b/configure.ac index fa66029..4dda87c 100755 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ m4_include(m4/acx_pthread.m4) # "[1.0.1]"). It also asumes that there won't be any closing parenthesis # between "AC_INIT(" and the closing ")" including comments and strings. AC_INIT([Google C++ Testing Framework], - [1.6.0], + [1.7.0], [googletestframework@googlegroups.com], [gtest]) @@ -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)