Searched refs:with_icu (Results 1 – 6 of 6) sorted by relevance
238 [with_icu=auto])240 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then243 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then250 if test "x$with_icu" = "xbuiltin"; then255 AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
261 [with_icu=auto])263 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then285 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then292 if test "x$with_icu" = "xbuiltin"; then297 AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
26 with_icu = @WITH_ICU@ variable173 if with_icu == 1:
1469 if test "$with_icu" != "yes" ; then1489 if test "$with_icu" != "yes" -a "$with_iconv" != "" ; then1490 CPPFLAGS="${CPPFLAGS} -I$with_icu"1492 XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_icu"
100735 - if test "$with_icu" != "yes" -a "$with_iconv" != "" ; then100736 + if test "$with_icu" != "yes" && test "$with_iconv" != "" ; then100737 CPPFLAGS="${CPPFLAGS} -I$with_icu"100739 - XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_icu"