* builds/unix/freetype-config.in: Fix pkg-config test (#51162).

Patch directly taken from bug report.
This commit is contained in:
Werner Lemberg 2017-06-03 09:41:50 +02:00
parent 2c2e6403b7
commit c9a9cf5915
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-06-03 Werner Lemberg <wl@gnu.org>
* builds/unix/freetype-config.in: Fix pkg-config test (#51162).
Patch directly taken from bug report.
2017-06-03 Werner Lemberg <wl@gnu.org>
[bdf] Synchronize sanity checks with pcf driver.

View File

@ -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