Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
configure.ac: Make --enable-download-from-upstream-url the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 23, 2022
1 parent 84f02af commit 3e0e1dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,9 @@ AC_ARG_ENABLE([experimental-packages],
[AS_HELP_STRING([--enable-experimental-packages],
[allow installing experimental packages (default: no = ask for user confirmation for each package)])])
AC_ARG_ENABLE([download-from-upstream-url],
[AS_HELP_STRING([--enable-download-from-upstream-url],
[allow downloading packages from their upstream URL if they cannot be found on the Sage mirrors])])
[AS_HELP_STRING([--disable-download-from-upstream-url],
[disallow downloading packages from their upstream URL if they cannot be found on the Sage mirrors])], [],
[AS_VAR_SET([enable_download_from_upstream_url], [yes])])

SAGE_SPKG_OPTIONS=""
AS_IF([test "x$enable_experimental_packages" = "xyes"], [
Expand Down

0 comments on commit 3e0e1dc

Please sign in to comment.