talons

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

commit 82106bb0655a5274f84674646948f6ea942994ec
parent 9d95039f9cb819d2a258627329cc61b952fb00d2
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun, 10 Feb 2019 12:51:53 +0100

Fix typo in variable name

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

diff --git a/configure.ac b/configure.ac @@ -1639,7 +1639,7 @@ if test x"$enable_litehtml_viewer_plugin" != xno; then dependencies_missing="" if test x"$HAVE_CXX" = xno; then - dependencies_missing="C++ compiler $dependencies missing" + dependencies_missing="C++ compiler $dependencies_missing" fi if test x"$HAVE_CAIRO" = xno; then dependencies_missing="cairo $dependencies_missing"