From: Oliver Kurth Date: Thu, 28 Mar 2019 19:43:00 +0000 (-0700) Subject: Make building without ICU the default for Linux. X-Git-Tag: stable-11.0.0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb7bb71a30f740b2d4bcfb8ae82733d044e6c00;p=thirdparty%2Fopen-vm-tools.git Make building without ICU the default for Linux. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index aa1c650c6..aff1febff 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -956,10 +956,10 @@ AC_DEFINE([NO_DNET], 1, [Define to 1 if building without libdnet.]) fi AC_ARG_WITH([icu], - [AS_HELP_STRING([--without-icu], - [disables support for ICU])], + [AS_HELP_STRING([--with-icu], + [enables support for ICU])], [], - [with_icu=yes]) + [with_icu=no]) if test "$have_x" = "yes" -o "$with_icu" = "yes"; then # AC_CHECK_PROG fails to locate CXX if it's set to an absolute