From c20a62184caa24c3f1da97cecb3a678eff568cb7 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 6 Nov 2012 04:10:35 +0000 Subject: [PATCH] Fixing subunit checking condition in configure.ac git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@659 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 134d14b..396abb5 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ AS_IF([test x"$enable_subunit" != "xfalse" && test x"$enable_subunit" != "xtrue" AS_IF([test x"$enable_subunit" != "xfalse"], [ PKG_CHECK_MODULES([LIBSUBUNIT], [libsubunit]) ]) -if test xfalse = x"$enable_subunit"; then +if test "xfalse" = x"$enable_subunit"; then ENABLE_SUBUNIT="0" LIBSUBUNIT_PC="" else -- 2.50.1