Index: source/common/uinit.cpp |
diff --git a/source/common/uinit.cpp b/source/common/uinit.cpp |
index 323dab404db576e042853bc30a046eab88c8a286..901692864b385929389f6e623e1f56b3634e05f5 100644 |
--- a/source/common/uinit.cpp |
+++ b/source/common/uinit.cpp |
@@ -1,6 +1,6 @@ |
/* |
****************************************************************************** |
-* Copyright (C) 2001-2013, International Business Machines |
+* Copyright (C) 2001-2015, International Business Machines |
* Corporation and others. All Rights Reserved. |
****************************************************************************** |
* file name: uinit.cpp |
@@ -34,8 +34,10 @@ static UBool U_CALLCONV uinit_cleanup() { |
static void U_CALLCONV |
initData(UErrorCode &status) |
{ |
+#if UCONFIG_ENABLE_PLUGINS |
/* initialize plugins */ |
uplug_init(&status); |
+#endif |
#if !UCONFIG_NO_CONVERSION |
/* |