Browse Source

use $(DISABLE_NLS) instead of --disable-nls

Mike Frysinger 21 years ago
parent
commit
a6409fede4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make/wget.mk

+ 1 - 1
make/wget.mk

@@ -28,7 +28,7 @@ $(WGET_DIR)/.configured: $(WGET_DIR)/.unpacked
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/ \
 		--disable-ipv6 \
-		--disable-nls \
+		$(DISABLE_NLS) \
 		--without-ssl \
 	);
 	touch $(WGET_DIR)/.configured