Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit f0a5fb5

Browse files
author
Matthias Koeppe
committed
configure.ac: Add option --disable-r
1 parent a67300b commit f0a5fb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configure.ac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,14 @@ AC_ARG_ENABLE([notebook],
424424
done
425425
])
426426

427+
AC_ARG_ENABLE([r],
428+
AS_HELP_STRING([--disable-r],
429+
[disable build of the R package and related packages]), [
430+
for pkg in r rpy2 r_jupyter; do
431+
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
432+
done
433+
])
434+
427435
SAGE_SPKG_COLLECT()
428436

429437
dnl AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)