Commit a6409fed authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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

parent 1dc7f8ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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