ICU-7622 Merge r27931 and r27932 for ticket #7580.

X-SVN-Rev: 27943
This commit is contained in:
Michael Ow 2010-04-16 19:56:41 +00:00
parent 104ff9da99
commit 450a56525c
2 changed files with 4 additions and 4 deletions

View file

@ -692,7 +692,7 @@ static void uplug_loadWaitingPlugs(UErrorCode *status) {
#if UPLUG_TRACE
DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
#endif;
#endif
}
#if U_ENABLE_DYLOAD

View file

@ -264,15 +264,15 @@ do
;;
--ldflags-icuio)
echo $ECHO_N " ${ICULIBS_ICUIO}${ECHO_C}"
echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
;;
--ldflags-obsolete)
echo $ECHO_N "${ICULIBS_OBSOLETE}${ECHO_C}"
echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
;;
--ldflags-toolutil)
echo $ECHO_N " ${ICULIBS_TOOLUTIL}${ECHO_C}"
echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
;;
--ldflags-layout)