From: Chow Loong Jin <hyperair@ubuntu.com>
Date: Wed, 29 Dec 2010 07:44:52 +0800
Subject: Fix docs getting disabled when using --enable-docs

---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 784e5db..3d5ce4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ AC_SUBST(CLUTTER_GTK_API_VERSION)
 
 dnl check for monodoc
 AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], 
-	[Do not build documentation]), enable_docs=no, enable_docs=yes)
+	[Do not build documentation]), enable_docs=$enableval, enable_docs=yes)
 
 if test "x$enable_docs" = "xyes"; then
 	AC_PATH_PROG(MONODOCER, monodocer, no)
-- 
