More build fixes
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Aug 2011 05:57:40 +0000 (01:57 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Aug 2011 05:57:40 +0000 (01:57 -0400)
configure.ac

index 9e798cb..3a6e528 100644 (file)
@@ -112,6 +112,8 @@ PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
                        AC_SUBST(ICU_CFLAGS)
                        AC_SUBST(ICU_LIBS)
                fi
+       else
+               have_icu=false
        fi
 ])
 if $have_icu; then