diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:45:12 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:45:12 -0500 |
commit | 754c98e8df1dbbb73678b479ab4c415d1b4cae14 (patch) | |
tree | 2fa8d366fb87aea9b9c178d2a8ed7fb9860d1a08 /configure.ac | |
parent | 9caac1075ee34c0a4fb14a0695d04ae5bc7a9032 (diff) |
configure.ac: we don't need xsltproc, but making doc's does
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8691891263..4fa6647c8c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,6 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PATH_PROG([M4], [m4]) -AC_PATH_PROG([XSLTPROC], [xsltproc]) # Checks for header files. AC_CHECK_HEADERS( |