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

Commit

Permalink
add a diagnostic message that is occasionally helpful for understandi…
Browse files Browse the repository at this point in the history
…ng the configure output
  • Loading branch information
embray committed Nov 7, 2018
1 parent 6526868 commit a5f783e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/sage_spkg_configure.m4
Expand Up @@ -32,6 +32,7 @@ m4_pushdef([SPKG_NAME], [$1])
m4_pushdef([SPKG_INSTALL_VAR], [sage_spkg_install_]SPKG_NAME)
m4_pushdef([SPKG_REQUIRE_VAR], [sage_require_]SPKG_NAME)
# BEGIN SAGE_SPKG_CONFIGURE_]m4_toupper($1)[
AC_MSG_NOTICE([=== checking whether to install the $1 SPKG ===])
m4_ifval(
[$2],
[AS_VAR_SET_IF(SPKG_INSTALL_VAR, [], SPKG_INSTALL_VAR[=no])],
Expand Down

0 comments on commit a5f783e

Please sign in to comment.