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

Commit

Permalink
configure.ac: Add option --disable-r
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 12, 2021
1 parent a67300b commit f0a5fb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,14 @@ AC_ARG_ENABLE([notebook],
done
])

AC_ARG_ENABLE([r],
AS_HELP_STRING([--disable-r],
[disable build of the R package and related packages]), [
for pkg in r rpy2 r_jupyter; do
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
done
])

SAGE_SPKG_COLLECT()

dnl AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit f0a5fb5

Please sign in to comment.