Skip to content

Commit 311b554

Browse files
committed
Add --enable-download option to check-configure
During configure, we raise an error if the input for --enable-download is "yes" but neither wget nor curl are available on the system. Now that the default for --enable-download is "yes", we should make sure that we don't raise this error during check-configure if the user initially ran configure with "no", e.g., in Debian/Ubuntu package builds.
1 parent 94f113e commit 311b554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

M2/check-configure/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ check-config:
2929
--with-system-memtailor=$(SYSTEM_MEMTAILOR) \
3030
--with-system-mathic=$(SYSTEM_MATHIC) \
3131
--with-system-mathicgb=$(SYSTEM_MATHICGB) \
32+
--enable-download=@DOWNLOAD@ \
3233
--disable-building
3334
distclean:: clean; rm -f Makefile
3435
Makefile: Makefile.in ; cd .. && ./config.status check-configure/Makefile

0 commit comments

Comments
 (0)