--- configure.ac 2007-11-26 01:40:33.788848353 +0530 +++ configure.ac.new 2007-11-26 01:40:11.706847727 +0530 @@ -61,7 +61,7 @@ GACUTIL_POLICY_FLAGS='/gacdir $(libdir) /root $(DESTDIR)$(libdir)' AC_SUBST(GACUTIL_POLICY_FLAGS) -AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=no, with_docs=yes) +AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=$enableval, with_docs=yes) dnl Monodoc if test "x$with_docs" = "xyes"; then