mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-02 00:16:04 +03:00
Replace obsolete INTLLIBS
with LIBINTL
for libmc
As per #3629, use `LIBINTL` for `gettext.m4` versions >= 0.11. Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
f51c0f3e7c
commit
a31d6ac29e
@ -74,4 +74,4 @@ else
|
||||
libmc_la_LIBADD += $(GLIB_LIBS)
|
||||
endif
|
||||
|
||||
libmc_la_LIBADD += $(PCRE_LIBS) $(LIBICONV) $(INTLLIBS)
|
||||
libmc_la_LIBADD += $(PCRE_LIBS) $(LIBICONV) $(LIBINTL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user