1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

@USE_INCLUDED_LIBINTL@ -> CONFIG_NLS

This commit is contained in:
Jonas Fonseca 2005-10-26 14:19:32 +02:00 committed by Jonas Fonseca
parent 811f458ef4
commit e82de325a0

View File

@ -41,7 +41,7 @@ plural.c: plural.y
rm -f $*.h
install-local: $(builddir)/charset.alias all
@if test '@USE_INCLUDED_LIBINTL@' = yes; then \
@if test '$(CONFIG_NLS)' = yes; then \
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
dest=$(DESTDIR)$(libdir)/charset.alias; \
if test -f $(DESTDIR)$(libdir)/charset.alias; then \