[Commits] [SCM] claws branch, master, updated. 3.17.3-182-gac781b5
ticho at claws-mail.org
ticho at claws-mail.org
Sat May 18 12:03:38 CEST 2019
The branch, master has been updated
via ac781b594702f1b06b7b24e188c10126f515a09e (commit)
from 879b9d15ba1c2f8500e0a2113542fd32fae92bce (commit)
Summary of changes:
src/plugins/litehtml_viewer/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ac781b594702f1b06b7b24e188c10126f515a09e
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat May 18 12:03:00 2019 +0200
Fix a typo - it's CURL_CFLAGS, not CURL_FLAGS
diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am
index 63621b8..2717974 100644
--- a/src/plugins/litehtml_viewer/Makefile.am
+++ b/src/plugins/litehtml_viewer/Makefile.am
@@ -70,7 +70,7 @@ litehtml_viewer_la_CPPFLAGS = \
$(ENCHANT_CFLAGS) \
$(FONTCONFIG_CFLAGS) \
$(CAIRO_CFLAGS) \
- $(CURL_FLAGS) \
+ $(CURL_CFLAGS) \
$(LIBGUMBO_CFLAGS)
.PHONY: test
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list