]> git.eshelyaron.com Git - emacs.git/commitdiff
Default to --with-harfbuzz
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Dec 2018 20:13:18 +0000 (12:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Dec 2018 20:13:38 +0000 (12:13 -0800)
* configure.ac: By default, configure with HarfBuzz if available.

configure.ac
etc/NEWS

index 3c671b546a858442b58defa26271d604f2fc0b38..c9ab794796d4359ed43a1d406b13278634b89ddc 100644 (file)
@@ -358,7 +358,7 @@ OPTION_DEFAULT_ON([imagemagick],[don't compile with ImageMagick image support])
 OPTION_DEFAULT_ON([json], [don't compile with native JSON support])
 
 OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
-OPTION_DEFAULT_OFF([harfbuzz],[use HarfBuzz for text shaping (experimental)])
+OPTION_DEFAULT_ON([harfbuzz],[don't use HarfBuzz for text shaping])
 OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])
 OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping])
 
index 6ae994d5942417970cc4e28a9e5847a60c5df9ab..80e0f31348aeff70a4533abd65556c85658aed16 100644 (file)
--- 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