diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 04:27:54 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:35:32 -0700 |
commit | 01a675eb5f0fef01a39b4ed874ca1bc0dd33ce21 (patch) | |
tree | a97eb545dfefa6d9c3bc435b3fdd323d78815561 | |
parent | be5143c0f32afbe68e3980b74b06a4e8b1d773f3 (diff) | |
download | mpd-01a675eb5f0fef01a39b4ed874ca1bc0dd33ce21.tar.gz mpd-01a675eb5f0fef01a39b4ed874ca1bc0dd33ce21.tar.xz mpd-01a675eb5f0fef01a39b4ed874ca1bc0dd33ce21.zip |
configure.ac: Documentation whitespace fixes.
-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 |