Fix PKG_CHECK_MODULES usage
Oops. Bug 65246 - Fix build without graphite2
This commit is contained in:
parent
270cfd7a9c
commit
570bcccd3f
|
@ -201,7 +201,7 @@ AC_ARG_WITH(icu,
|
||||||
[with_icu=auto])
|
[with_icu=auto])
|
||||||
have_icu=false
|
have_icu=false
|
||||||
if test "x$with_icu" = "xyes" -o "x$with_icu" = "xauto"; then
|
if test "x$with_icu" = "xyes" -o "x$with_icu" = "xauto"; then
|
||||||
PKG_CHECK_MODULES(ICU, icu-uc, have_icu=true, have_icu=false, :)
|
PKG_CHECK_MODULES(ICU, icu-uc, have_icu=true, :)
|
||||||
|
|
||||||
dnl Fallback to icu-config if ICU pkg-config files could not be found
|
dnl Fallback to icu-config if ICU pkg-config files could not be found
|
||||||
if test "$have_icu" != "true"; then
|
if test "$have_icu" != "true"; then
|
||||||
|
|
Loading…
Reference in New Issue