diff options
Diffstat (limited to 'make/sed.mk')
-rw-r--r-- | make/sed.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/sed.mk b/make/sed.mk index 3342fb406..f7b3a137b 100644 --- a/make/sed.mk +++ b/make/sed.mk @@ -36,7 +36,7 @@ $(SED_DIR)/.configured: $(SED_DIR)/.unpacked --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ ); touch $(SED_DIR)/.configured |