summaryrefslogtreecommitdiff
path: root/builds/unix/freetype-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'builds/unix/freetype-config.in')
-rw-r--r--builds/unix/freetype-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in
index 97de13449..22eb8379e 100644
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -14,7 +14,7 @@ export LC_ALL
# if `pkg-config' is available, use values from `freetype2.pc'
-pkg-config --version >/dev/null 2>&1
+pkg-config --atleast-pkgconfig-version 0.24 >/dev/null 2>&1
if test $? -eq 0 ; then
# note that option `--variable' is not affected by the
# PKG_CONFIG_SYSROOT_DIR environment variable