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

Commit

Permalink
Assume singular installation works when cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 29, 2022
1 parent 5fb2a6e commit 9a050a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/singular/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ SAGE_SPKG_CONFIGURE([singular], [
], [
AC_MSG_RESULT(no)
sage_spkg_install_singular=yes
])
])
], [AC_MSG_RESULT(yes)])
], [AC_MSG_RESULT(yes)])
AC_LANG_POP()
LIBS="${ORIG_LIBS}"
Expand Down

0 comments on commit 9a050a3

Please sign in to comment.