From b3d6c70a45fa5084930cce9696b39a22fb4eae33 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 21 Jul 2020 20:54:06 +0800 Subject: [PATCH] fix bad default harfbuzz include directory --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 12eb62b9..959f3149 100644 --- a/configure.ac +++ b/configure.ac @@ -2223,7 +2223,7 @@ if test "x$build_complex_scripts" = "xyes"; then [ --with-hb-includes=DIR where the HarfBuzz includes are]) if test "x$with_hb_includes" = "x"; then - HB_INC_DIR="-I/usr/local/include/harfbuzz" + HB_INC_DIR="-I/usr/include/harfbuzz" else HB_INC_DIR="-I$with_hb_includes" fi