[banshee] [build] Fixed --disable-docs
- From: Alexander Kojevnikov <alexk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [build] Fixed --disable-docs
- Date: Thu, 28 Jan 2010 06:28:17 +0000 (UTC)
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]