summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-05-30 08:36:10 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-05-30 08:36:16 -0400
commit53997d40dd7f1bbd7f40dcc5602f971cce978a12 (patch)
tree0ca821bb96c0f22e0f908b58dd867b17880a92ca
parent047416ff0f9ea822d6fdc3dabb4039f2ebcdab77 (diff)
configure.ac: slightly better organize xsltproc stuff
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01a8b9b79f..10e5e21097 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,12 +256,12 @@ AM_CONDITIONAL([ENABLE_GTK_DOC],[test "x$enable_gtk_doc" = "xyes"])
AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
])
+AC_SUBST(XSLTPROC_FLAGS)
# ------------------------------------------------------------------------------
AC_ARG_ENABLE([manpages], AS_HELP_STRING([--disable-manpages],[disable manpages]),[],[enable_manpages=no])
AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$enable_manpages" = "xyes"])
-AC_SUBST(XSLTPROC_FLAGS)
# ------------------------------------------------------------------------------
have_kmod=no