Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2003-10-10 01:00:27 +0400
committerDick Porter <dick@acm.org>2003-10-10 01:00:27 +0400
commitfa2b014fe6bb91e879647290d3db2a6c99441cf2 (patch)
tree31efc141cad4be53d944635b4754364ec9f1dd49 /acconfig.h
parentda9ac009c2a953cdbb99d2d22150777cf3da237c (diff)
2003-10-09 Dick Porter <dick@ximian.com>
* acconfig.h: * configure.in: Check for ICU availability 2003-10-09 Dick Porter <dick@ximian.com> * icall.c: * locales.h: * locales.c: Internal calls for constructing CultureInfo and related objects from libicu (if its available.) svn path=/trunk/mono/; revision=18818
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c3084fbaa3b..270e2cc06bb 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -27,3 +27,4 @@
#undef HAVE_GC_GCJ_MALLOC
#undef WITH_BUNDLE
#undef HAVE_GETHOSTBYNAME2_R
+#undef HAVE_ICU