Skip to content

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 Oct 31, 2018
1 parent 7577f7a commit ff087ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/sage_spkg_configure.m4
Original file line number Diff line number Diff line change
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 ff087ef

Please sign in to comment.