summaryrefslogtreecommitdiff
path: root/make/gzip.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/gzip.mk')
-rw-r--r--make/gzip.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gzip.mk b/make/gzip.mk
index b1aba9a2f..8098dd933 100644
--- a/make/gzip.mk
+++ b/make/gzip.mk
@@ -40,7 +40,7 @@ $(GZIP_DIR)/.configured: $(GZIP_DIR)/.unpacked
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
- --disable-nls \
+ $(DISABLE_NLS) \
$(GZIP_LARGEFILE) \
);
touch $(GZIP_DIR)/.configured