Skip to content

Commit 913de89

Browse files
dimpaseMatthias Koeppe
authored andcommitted
a better pattern
1 parent 60d973f commit 913de89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/maxima/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SAGE_SPKG_CONFIGURE([maxima], [
2626
AC_MSG_RESULT(yes)
2727
dnl check also for the Maxima help - needed by Sage
2828
AC_MSG_CHECKING([if maxima help is working])
29-
maxima_help_ok=`echo ? ? | ${SAGE_MAXIMA} 2>&1 | grep Couldn`
29+
maxima_help_ok=`echo ? ? | ${SAGE_MAXIMA} 2>&1 | grep Details\:`
3030
AS_IF([test x$maxima_help_ok = x], [AC_MSG_RESULT(yes)], [
3131
AC_MSG_RESULT(no)
3232
sage_spkg_install_maxima=yes

0 commit comments

Comments
 (0)