Commit 01a675eb authored by Avuton Olrich's avatar Avuton Olrich

configure.ac: Documentation whitespace fixes.

parent be5143c0
...@@ -1347,8 +1347,6 @@ AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes) ...@@ -1347,8 +1347,6 @@ AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes)
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
dnl Documentation dnl Documentation
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
if test x$enable_documentation = xyes; then if test x$enable_documentation = xyes; then
AC_PATH_PROG(XMLTO, xmlto) AC_PATH_PROG(XMLTO, xmlto)
AC_SUBST(XMLTO) AC_SUBST(XMLTO)
...@@ -1366,7 +1364,6 @@ fi ...@@ -1366,7 +1364,6 @@ fi
AM_CONDITIONAL(ENABLE_DOCUMENTATION, test x$enable_documentation = xyes) AM_CONDITIONAL(ENABLE_DOCUMENTATION, test x$enable_documentation = xyes)
dnl dnl
dnl build options dnl build options
dnl dnl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment