diff options
Diffstat (limited to 'make/tn5250.mk')
-rw-r--r-- | make/tn5250.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/tn5250.mk b/make/tn5250.mk index d360b0ca3..083630f6f 100644 --- a/make/tn5250.mk +++ b/make/tn5250.mk @@ -26,7 +26,7 @@ $(TN5250_DIR)/.configured: $(TN5250_DIR)/.dist --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ --with-slang --without-x --without-ssl \ ); touch $(TN5250_DIR)/.configured |