From e82de325a0cb6638d57cf2fa603e042ca42b2546 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 26 Oct 2005 14:19:32 +0200 Subject: [PATCH] @USE_INCLUDED_LIBINTL@ -> CONFIG_NLS --- src/intl/gettext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/gettext/Makefile b/src/intl/gettext/Makefile index 91702596..0ab4866e 100644 --- a/src/intl/gettext/Makefile +++ b/src/intl/gettext/Makefile @@ -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 \ -- 2.11.4.GIT