summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-01-19 20:44:58 +0100
committerDaniel Mack <github@zonque.org>2016-01-19 20:44:58 +0100
commitd619a0c4a5bf4f9d5796bcac77160a14e4e24cb6 (patch)
tree9682d69502f334740ac2dff701393f5c002f2393 /configure.ac
parentd555eb990beea6d61f9e59f80dddd0241687c8a1 (diff)
parentf23e83b156da8966e43e303dced5439503450d21 (diff)
Merge pull request #2373 from keszybz/man-api-build-3
Man page grammar and build tweaks v3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3128ca8672..228d5ee1da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1301,9 +1301,9 @@ AM_CONDITIONAL(ENABLE_HWDB, [test x$enable_hwdb = xyes])
# ------------------------------------------------------------------------------
have_manpages=no
AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
+AC_PATH_PROG([XSLTPROC], [xsltproc])
AS_IF([test "x$enable_manpages" != xno], [
have_manpages=yes
- AC_PATH_PROG([XSLTPROC], [xsltproc])
AS_IF([test -z "$XSLTPROC"],
AC_MSG_ERROR([*** xsltproc is required for man pages]))
])