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

Commit

Permalink
build/pkgs/perl_cpan_polymake_prereq/spkg-configure.m4: Only warn whe…
Browse files Browse the repository at this point in the history
…n polymake is going to be installed
  • Loading branch information
mkoeppe committed Apr 14, 2020
1 parent c02e263 commit 0958eb7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build/pkgs/perl_cpan_polymake_prereq/spkg-configure.m4
Expand Up @@ -4,8 +4,12 @@ SAGE_SPKG_CONFIGURE(
AX_PROG_PERL_MODULES(MODULES,
[],
[sage_spkg_install_perl_cpan_polymake_prereq=yes
dnl We do not exit with AC_MSG_ERROR so that the system package notice at
dnl the end of configure will be displayed.
AC_MSG_WARN([Optional package polymake needs a working installation of Perl and modules ]MODULES)
AS_CASE([SAGE_OPTIONAL_INSTALLED_PACKAGES],
[*polymake*], [
dnl We do not exit with AC_MSG_ERROR so that the system package notice at
dnl the end of configure will be displayed.
AC_MSG_WARN([Optional package polymake needs a working installation of Perl and modules ]MODULES)
]
)
])
])

0 comments on commit 0958eb7

Please sign in to comment.