mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
@USE_INCLUDED_LIBINTL@ -> CONFIG_NLS
This commit is contained in:
parent
811f458ef4
commit
e82de325a0
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user