]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Make building without ICU the default for Linux.
authorOliver Kurth <okurth@vmware.com>
Thu, 28 Mar 2019 19:43:00 +0000 (12:43 -0700)
committerOliver Kurth <okurth@vmware.com>
Thu, 28 Mar 2019 19:43:00 +0000 (12:43 -0700)
open-vm-tools/configure.ac

index aa1c650c69e4a9c58e31e8313e4d9a96170642e4..aff1febffdca34be05002d80f6178c469724210b 100644 (file)
@@ -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