summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorblueness <basile@opensource.dyc.edu>2012-12-12 06:58:49 -0800
committerblueness <basile@opensource.dyc.edu>2012-12-12 06:58:49 -0800
commitcc5c144a70fc37eaf5ca97e42f64b5fd88b9df6b (patch)
tree232a7c2d16c93f69a555c28d58c5eda4d09507f9 /configure.ac
parent036bc1a9509f5cf495817bc33624b8a4069e9f9f (diff)
parentdb8d865e622196b63eddf65e88fb6385779d2491 (diff)
Merge pull request #32 from nvinson/distcheck_fix
Fix make distcheck error: "gtk-doc must be installed and enabled in order to make dist" Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1106b33016..b1f6363283 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,8 +237,6 @@ AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
])
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
-
# ------------------------------------------------------------------------------
have_manpages=no
AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))