Fix PKG_CHECK_MODULES usage
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Jun 2013 17:56:51 +0000 (13:56 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Jun 2013 17:57:25 +0000 (13:57 -0400)
Oops.

Bug 65246 - Fix build without graphite2

configure.ac

index ad879fa..ed1fd3a 100644 (file)
@@ -201,7 +201,7 @@ AC_ARG_WITH(icu,
        [with_icu=auto])
 have_icu=false
 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
        if test "$have_icu" != "true"; then