summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-10-17 16:57:02 +0000
committerEric Andersen <andersen@codepoet.org>2006-10-17 16:57:02 +0000
commit290615edc12f5cddcbeec212533f111f5fdef848 (patch)
treed8fc39ea27ee77871c0f72a22cabe142a32abc3c /package/Makefile.in
parenta47e16eb42b2d970b24fdde893617ce3419fb018 (diff)
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 51086888d..f541d7ca8 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -85,7 +85,7 @@ TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
STRIP=$(TARGET_CROSS)strip \
OBJCOPY=$(TARGET_CROSS)objcopy
-ifeq ($(ENABLE_LOCALE),true)
+ifeq ($(BR2_ENABLE_LOCALE),y)
DISABLE_NLS:=
else
DISABLE_NLS:=--disable-nls