talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 5e584dc8515ce4ddb54161f92796f6617b9422b2
parent 4a00f71a540834421d3317051123fc81b8310cbd
Author: Paul <paul@claws-mail.org>
Date:   Wed, 12 Dec 2018 11:49:48 +0000

fix the indentation

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -301,7 +301,7 @@ AC_ARG_ENABLE(svg, [enable_svg=$enableval], [enable_svg=yes]) AC_ARG_ENABLE(tests, - [ --enable-tests Build unit tests], + [ --enable-tests Build unit tests], [enable_tests=$enableval], [enable_tests=no]) manualdir='${docdir}/manual'