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-editable the default
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 21, 2022
1 parent 625ac58 commit 8619b29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Expand Up @@ -127,8 +127,9 @@ AC_ARG_ENABLE([debug],
AC_ARG_VAR(SAGE_DEBUG, controls debugging support: "no" debugging; debugging "symbols" (default); build debug version ("yes"))

AC_ARG_ENABLE([editable],
[AS_HELP_STRING([--enable-editable],
[use an editable install of the Sage library])],
[AS_HELP_STRING([--disable-editable],
[do not use an editable install of the Sage library: changes to Python files will require "sage -b" to rebuild the Sage library])],
[AC_SUBST([SAGE_EDITABLE], [$enableval])],
[AC_SUBST([SAGE_EDITABLE], [yes])])

# Check whether we are on a supported platform
Expand Down

0 comments on commit 8619b29

Please sign in to comment.