talons

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

commit 662b8d1b5d7a7a767d90a585367b852fe3312374
parent cd107864721300e0f66d4c1535c660089f602149
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'