From 0a76b3225cf8819459f4e47ae60fbeebb7bd5980 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Mon, 6 Jun 2011 20:39:32 +0200 Subject: [PATCH] build: Fix stupid typo in my previous commit --- build/m4/shamrock/gnome-doc.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/m4/shamrock/gnome-doc.m4 b/build/m4/shamrock/gnome-doc.m4 index fe1d008c..a349a236 100644 --- a/build/m4/shamrock/gnome-doc.m4 +++ b/build/m4/shamrock/gnome-doc.m4 @@ -17,6 +17,7 @@ AC_DEFUN([SHAMROCK_CHECK_GNOME_DOC_UTILS], AM_CONDITIONAL(ENABLE_SK, false) if test "x$enable_user_help" = "xyes"; then GNOME_DOC_INIT([$1], enable_user_help=yes, enable_user_help=no) + fi AM_CONDITIONAL(HAVE_GNOME_DOC_UTILS, test "x$enable_user_help" = "xyes") ])