* gettext-tools/src/Makefile.am (msginit_SOURCES): Remove Solaris workaround
(no longer needed).
msginit_SOURCES = msginit.c
msginit_SOURCES += lang-table.c plural-count.c
msginit_SOURCES += ../../gettext-runtime/intl/localealias.c
-# This is needed because on Solaris, localealias.c requires the symbol
-# libintl_thread_in_use which is defined in lock.c. The copy of lock.c inside
-# libintl.so is not sufficient, because libintl.so doesn't export the symbol
-# libintl_thread_in_use.
-msginit_SOURCES += ../../gettext-runtime/intl/lock.c
if !WOE32DLL
msguniq_SOURCES = msguniq.c
else