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

Commit 5e3e4be

Browse files
author
Matthias Koeppe
committed
build/pkgs/r/spkg-configure.m4: Remove depcheck
1 parent 7069512 commit 5e3e4be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/pkgs/r/spkg-configure.m4

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
SAGE_SPKG_CONFIGURE([r], [
22
m4_pushdef([SAGE_R_MINVER],["3.4.4"])
3-
SAGE_SPKG_DEPCHECK([openblas iconv readline bzip2 liblzma pcre curl], [
4-
AS_CASE([$host],
3+
AS_CASE([$host],
54
[*-*-cygwin*], [
65
dnl #29486: rpy2 2.8.x does not build against system R on cygwin.
76
sage_spkg_install_r=yes
@@ -16,7 +15,6 @@ SAGE_SPKG_CONFIGURE([r], [
1615
sage_spkg_install_r=no
1716
])
1817
], [sage_spkg_install_r=yes])
19-
])
2018
])
2119
m4_popdef([SAGE_R_MINVER])
2220
])

0 commit comments

Comments
 (0)