Files
pkgsrc-ng/multimedia/kodi/patches/patch-lib_gtest_configure.ac
2016-11-18 22:39:22 +01:00

14 lines
569 B
Plaintext

$NetBSD: patch-lib_gtest_configure.ac,v 1.1 2015/11/22 11:35:02 wiz Exp $
--- lib/gtest/configure.ac.orig 2015-10-19 06:31:15.000000000 +0000
+++ lib/gtest/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)