The following commit has been merged in the master branch:
commit d20d82f99479fd50eda013bcb790ca06acb9a25b
Author: Guillem Jover <[email protected]>
Date:   Sun Oct 31 03:24:03 2010 +0100

    build: Add missing m4 quotes around AM_CONDITIONAL argument

diff --git a/m4/dpkg-coverage.m4 b/m4/dpkg-coverage.m4
index 7a18795..2cb764c 100644
--- a/m4/dpkg-coverage.m4
+++ b/m4/dpkg-coverage.m4
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(coverage,
                       [whether to enable code coverage]),
        [],
        [enable_coverage=no])
-AM_CONDITIONAL(COVERAGE_ENABLED, test x$enable_coverage = xyes)
+AM_CONDITIONAL(COVERAGE_ENABLED, [test x$enable_coverage = xyes])
 
 if test "x$enable_coverage" = "xyes"; then
    if test "x$GCC" = "xno"; then

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to