Skip to content

Commit 1e9cf1d

Browse files
committed
fixed syntax errors caused by dnl
1 parent a9e094b commit 1e9cf1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/pkgs/fricas/spkg-configure.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SAGE_SPKG_CONFIGURE(
2-
dnl
3-
dnl make sure that the minimal version is also set in src/sage/feature/fricas.py
4-
dnl
52
[fricas], [
3+
dnl
4+
dnl make sure that the minimal version is also set in src/sage/feature/fricas.py
5+
dnl
66
AC_CACHE_CHECK([for FriCAS >= 1.3.8], [ac_cv_path_FRICAS], [
77
AC_PATH_PROGS_FEATURE_CHECK([FRICAS], [fricas], [
88
fricas_version=`echo ")quit" | $ac_path_FRICAS -nox -noclef | grep Version | tail -1 2>&1 \

0 commit comments

Comments
 (0)