Browse Source

Fix options to configure

Hamish Moffatt 17 years ago
parent
commit
5b4b808a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/axel/axel.mk

+ 1 - 1
package/axel/axel.mk

@@ -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 $@