From 7eaf5742364959d4e2012b047c29c04c7dc86e50 Mon Sep 17 00:00:00 2001 From: Manish Sinha Date: Sun, 10 Mar 2013 14:24:00 -0700 Subject: Disable documentation generation Docs generation can be enabled by --enable-docs in configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2da28821..deb390b2 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,7 @@ AC_SUBST(LIBZEITGEIST_LT_VERSION) AC_ARG_ENABLE([docs], AS_HELP_STRING([--enable-docs], [Enable documentation generation]), - [enable_docs=$enableval], [enable_docs="yes"]) # FIXME: change to no + [enable_docs=$enableval], [enable_docs="no"]) found_valadoc=no AS_IF([test "x$enable_docs" != "xno"], [ -- cgit v1.2.1