* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.

Problem reported by Alan Coopersmith <alan.coopersmith@oracle.com>.
diff --git a/ChangeLog b/ChangeLog
index a8d3f71..5b9ee68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-23  Werner Lemberg  <wl@gnu.org>
+
+	* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.
+
+	Problem reported by Alan Coopersmith <alan.coopersmith@oracle.com>.
+
 2018-02-17  Werner Lemberg  <wl@gnu.org>
 
 	[sfnt] Prefer `CBDT'/`CBLC' over `glyf' table (#53154).
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 3d17583..48e0f40 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -487,7 +487,7 @@
 
 have_harfbuzz=no
 if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
-  harfbuzz_pkg="harfbuzz >= 0.9.21"
+  harfbuzz_pkg="harfbuzz >= 1.3.0"
   have_harfbuzz_pkg=no
 
   if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then