summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-12-13 12:13:18 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-12-13 12:13:38 -0800
commit0cf5d630009dfa215f488facc98c9f948eabaf2a (patch)
tree3d4de8bceb0fce64b6f90c4a4cc73fb13d3f8139 /etc
parenta7214683bede0bb05ee23d63331d289c37d3b667 (diff)
downloademacs-0cf5d630009dfa215f488facc98c9f948eabaf2a.tar.gz
Default to --with-harfbuzz
* configure.ac: By default, configure with HarfBuzz if available.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ae994d5942..80e0f31348a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,6 +30,10 @@ arranges for the included mini-gmp library to be built and used.
The new 'configure' option '--without-libgmp' uses mini-gmp even if a
suitable libgmp is available.
+** The new configure option '--with-harfbuzz' adds support for the
+HarfBuzz text shaping engine. It is on by default; use './configure
+--without-harfbuzz' to build without it.
+
** The new configure option '--with-json' adds support for JSON using
the Jansson library. It is on by default; use './configure
--with-json=no' to build without Jansson support. The new JSON