Skip to content

Commit

Permalink
configure.ac: add --disable-sagetex option
Browse files Browse the repository at this point in the history
SageTeX is a standard package, but it isn't used anywhere else in the
sage library or even in the sage distribution. If you know you don't
need it, the new --disable-sagetex option lets you avoid downloading
and installing it.
  • Loading branch information
orlitzky committed Sep 13, 2024
1 parent 24698e7 commit 6808c37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,12 @@ AC_ARG_ENABLE([r],
done
])

AC_ARG_ENABLE([sagetex],
AS_HELP_STRING([--disable-sagetex],
[don't build SageTeX]), [
AS_VAR_SET([SAGE_ENABLE_sagetex], [$enableval])
])

AC_ARG_ENABLE([doc],
AS_HELP_STRING([--disable-doc],
[disable build of the Sage documentation and packages depending on it]), [
Expand Down

0 comments on commit 6808c37

Please sign in to comment.