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

This commit is contained in:
Mike Frysinger 2004-10-08 20:11:54 +00:00
parent 1dc7f8ff40
commit a6409fede4

View File

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