Commit 5b4b808a authored by Hamish Moffatt's avatar Hamish Moffatt
Browse files

Fix options to configure

parent 74b64a8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ $(AXEL_DIR)/.unpacked: $(DL_DIR)/$(AXEL_SOURCE)

$(AXEL_DIR)/Makefile.settings: $(AXEL_DIR)/.unpacked
	(cd $(AXEL_DIR); \
		./configure --enable-i18n=0 --prefix=/usr \
		./configure --i18n=0 --prefix=/usr \
	)
	touch $@