[banshee] [build] Fixed --disable-docs



commit 026fa229f34baa4e339d85fa0368bc4609ea14c3
Author: Chow Loong Jin <hyperair gmail com>
Date:   Thu Jan 28 17:27:14 2010 +1100

    [build] Fixed --disable-docs
    
    Signed-off-by: Alexander Kojevnikov <alexander kojevnikov com>

 build/m4/shamrock/monodoc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/shamrock/monodoc.m4 b/build/m4/shamrock/monodoc.m4
index 88e73a7..891ac74 100644
--- a/build/m4/shamrock/monodoc.m4
+++ b/build/m4/shamrock/monodoc.m4
@@ -1,7 +1,7 @@
 AC_DEFUN([SHAMROCK_CHECK_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=yes)
 
 	if test "x$enable_docs" = "xyes"; then
 		AC_PATH_PROG(MONODOCER, monodocer, no)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]