From b3ed0d9a3e2f245975888093b857f765703bcdee Mon Sep 17 00:00:00 2001 From: Agata Murawska <agatamurawska@google.com> Date: Thu, 20 Oct 2011 12:12:26 +0200 Subject: [PATCH] configure: fix for two version of QuickCheck present Signed-off-by: Agata Murawska <agatamurawska@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b201e4ae..52587437a 100644 --- a/configure.ac +++ b/configure.ac @@ -450,7 +450,7 @@ AC_SUBST(HTOOLS_APIDOC) fi # end if enable_htools, define automake conditions AM_CONDITIONAL([WANT_HTOOLS], [test x$HTOOLS = xyes]) -AM_CONDITIONAL([WANT_HTOOLSTESTS], [test x$GHC_PKG_QUICKCHECK != x]) +AM_CONDITIONAL([WANT_HTOOLSTESTS], [test "x$GHC_PKG_QUICKCHECK" != x]) AM_CONDITIONAL([WANT_HTOOLSAPIDOC], [test x$HTOOLS_APIDOC = xyes]) SOCAT_USE_ESCAPE= -- GitLab