]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/uinit.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / common / uinit.cpp
index 323dab404db576e042853bc30a046eab88c8a286..901692864b385929389f6e623e1f56b3634e05f5 100644 (file)
@@ -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
     /*