diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-06-06 19:59:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-06-06 21:32:15 +0200 |
commit | ed1a26565898a6461503468b1fba008328019055 (patch) | |
tree | 1dc4f31e4afd85bcfe87698f50cc71a986110b7d /configure.ac | |
parent | 97035c95c27b34313eadd09692804045f67f440a (diff) |
configure: --with-system-libs should imply --with-system-harfbuzz
Change-Id: I704f0e679382f6d4b08fcdda99337d2376c21fe3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 999db2909d61..ff19a0d7cbec 100644 --- a/configure.ac +++ b/configure.ac @@ -8388,7 +8388,7 @@ AC_MSG_CHECKING([whether to enable HarfBuzz support]) if test "$_os" != "WINNT" -a "$_os" != "Darwin"; then AC_MSG_RESULT([yes]) ENABLE_HARFBUZZ="TRUE" - if test "$with_system_harfbuzz" = "yes"; then + if test "$with_system_harfbuzz" = "yes" -o "$with_system_libs" = "yes"; then if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.18]) else |