From e3d5ac0cb7c99d5762303c24e2c2230388a7d5d0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 6 Dec 2012 23:36:40 +0000 Subject: [PATCH] harfbuzz is too rare to make it a --disable - so no. SVN revision: 80403 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a4aafa4661..871c7ba79c 100644 --- a/configure.ac +++ b/configure.ac @@ -1141,7 +1141,7 @@ AC_ARG_ENABLE([harfbuzz], want_harfbuzz="no" fi ], - [want_harfbuzz="yes"]) + [want_harfbuzz="no"]) # Pixman AC_ARG_ENABLE([pixman],