Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/subprojects/packagefiles/maxima/configure.patch
6378 views
1
diff --git a/configure b/configure
2
old mode 100755
3
new mode 100644
4
index 6716f3a04a6..732dcfeae8b
5
--- a/configure
6
+++ b/configure
7
@@ -7092,15 +7092,6 @@ if test x"${ccl64}" = xtrue ; then
8
fi
9
fi
10
11
-if test x"${ecl}" = xtrue ; then
12
- if test x"$srcdir" = x"." ; then
13
- echo "Compiling maxima using \"${ECL_NAME}\""
14
- else
15
- echo "ECL enabled. Executable name: \"${ECL_NAME}\""
16
- as_fn_error $? "For ECL out-of-tree builds aren't supported. See src/maxima.system for details." "$LINENO" 5
17
- fi
18
-fi
19
-
20
if test x"${abcl}" = xtrue ; then
21
if test x"$srcdir" = x"." ; then
22
echo "Compiling maxima using \"${ABCL_JAR}\""
23
24