diff options
Diffstat (limited to 'make/grep.mk')
-rw-r--r-- | make/grep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/grep.mk b/make/grep.mk index eadf0df4b..7c205833c 100644 --- a/make/grep.mk +++ b/make/grep.mk @@ -36,7 +36,7 @@ $(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --disable-nls \ + $(DISABLE_NLS) \ --disable-perl-regexp \ --without-included-regex \ ); |