configure.ac: Documentation whitespace fixes.

This commit is contained in:
Avuton Olrich 2010-04-17 04:27:54 -07:00
parent be5143c0f3
commit 01a675eb5f

View File

@ -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