use $(DISABLE_NLS) instead of --disable-nls
authorMike Frysinger <vapier@gentoo.org>
Fri, 8 Oct 2004 20:11:54 +0000 (20:11 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 8 Oct 2004 20:11:54 +0000 (20:11 -0000)
make/wget.mk

index d5f7c430204ebf19b6a805ecbf4de1d47165e843..3b67b3faadb805ae3e2538749119e40750b70ea8 100644 (file)
@@ -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