summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 120539d277..500251a280 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -302,7 +302,7 @@
"label": "HarfBuzz",
"test": {
"tail": [
- "#if !HB_VERSION_ATLEAST(1, 6, 0)",
+ "#if !HB_VERSION_ATLEAST(2, 6, 0)",
"# error This version of harfbuzz is too old.",
"#endif"
],