diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2e84abc08..ac289bcfd 100644 --- a/configure.ac +++ b/configure.ac @@ -1347,8 +1347,6 @@ AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes) dnl --------------------------------------------------------------------------- dnl Documentation dnl --------------------------------------------------------------------------- - - if test x$enable_documentation = xyes; then AC_PATH_PROG(XMLTO, xmlto) AC_SUBST(XMLTO) @@ -1366,7 +1364,6 @@ fi AM_CONDITIONAL(ENABLE_DOCUMENTATION, test x$enable_documentation = xyes) - dnl dnl build options dnl |