]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Simplify further.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:40:56 +0000 (03:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:40:56 +0000 (03:40 +0200)
* gettext-tools/src/Makefile.am (msginit_SOURCES): Remove Solaris workaround
(no longer needed).

gettext-tools/src/Makefile.am

index 37062367c77f55950234cf60e36d841bcb91c47a..f5e52ea8ee52a21a0cf23740943a8f789790c626 100644 (file)
@@ -288,11 +288,6 @@ endif
 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