Minor
diff --git a/src/Makefile.am b/src/Makefile.am
index 166ba79..d7c4560 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -252,7 +252,6 @@
 	check-exported-symbols.sh \
 	check-includes.sh \
 	check-internal-symbols.sh \
-	check-static-inits.sh \
 	$(NULL)
 
 if HAVE_ICU
@@ -260,6 +259,11 @@
 dist_check_SCRIPTS += check-libstdc++.sh
 endif
 
+if HAVE_ICU_LE
+else
+dist_check_SCRIPTS += check-static-inits.sh
+endif
+
 TESTS = $(dist_check_SCRIPTS)
 TESTS_ENVIRONMENT = \
 	srcdir="$(srcdir)" \