We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d973f commit 913de89Copy full SHA for 913de89
build/pkgs/maxima/spkg-configure.m4
@@ -26,7 +26,7 @@ SAGE_SPKG_CONFIGURE([maxima], [
26
AC_MSG_RESULT(yes)
27
dnl check also for the Maxima help - needed by Sage
28
AC_MSG_CHECKING([if maxima help is working])
29
- maxima_help_ok=`echo ? ? | ${SAGE_MAXIMA} 2>&1 | grep Couldn`
+ maxima_help_ok=`echo ? ? | ${SAGE_MAXIMA} 2>&1 | grep Details\:`
30
AS_IF([test x$maxima_help_ok = x], [AC_MSG_RESULT(yes)], [
31
AC_MSG_RESULT(no)
32
sage_spkg_install_maxima=yes
0 commit comments