diff options
Diffstat (limited to 'make/newt.mk')
-rw-r--r-- | make/newt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/newt.mk b/make/newt.mk index 04c5c8b7c..9812007d9 100644 --- a/make/newt.mk +++ b/make/newt.mk @@ -38,7 +38,7 @@ $(NEWT_DIR)/.configured: $(NEWT_DIR)/.source --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ ); touch $(NEWT_DIR)/.configured; |