summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parenta7214683bede0bb05ee23d63331d289c37d3b667 (diff)
downloademacs-0cf5d630009dfa215f488facc98c9f948eabaf2a.tar.gz
Default to --with-harfbuzz
* configure.ac: By default, configure with HarfBuzz if available.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3c671b546a8..c9ab794796d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])