Skip to content

Commit

Permalink
build/pkgs/python3/spkg-configure.m4: delete cygwin case
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Nov 13, 2024
1 parent db1b0be commit 704bad0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/pkgs/python3/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ SAGE_SPKG_CONFIGURE([python3], [
sage_spkg_install_python3=yes
])
])
AS_CASE([$host],
[*-*-cygwin*], [AS_VAR_IF([sage_spkg_install_python3], [yes], [
AS_VAR_APPEND([SAGE_SPKG_ERRORS], ["
On Cygwin, python3 must be installed as a system package. This is an error."])
])
])
],, [
dnl PRE
], [
Expand Down

0 comments on commit 704bad0

Please sign in to comment.