aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-02 04:25:32 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-02 04:25:32 +0000
commitd48d041fe8f7237fce77d30f799891d9a376a341 (patch)
tree7208ffc87005f222e1eb1ed8a2cf96a7f3ca7ae7 /configure.ac
parent6cb0dc4a2050e8191f61e42a365ec77dd9a3e051 (diff)
downloadopen-axiom-d48d041fe8f7237fce77d30f799891d9a376a341.tar.gz
* configure.ac.pamphlet: ECL-9.3.0 and higher no longer needs
debug-build to work around ECL compiler bug.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 91772dcc..ec1a66c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.3.0-2009-03-25],
+AC_INIT([OpenAxiom], [1.3.0-2009-04-01],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
@@ -350,15 +350,6 @@ if test x"$axiom_enable_checking" = xyes; then
AC_MSG_NOTICE([runtime checking may increase compilation time])
fi
-## ??? There currently seems to be a bug in ECL such that
-## ??? only a debug+safety build can succeed.
-case $axiom_lisp_flavor,$axiom_enable_checking in
- ecl,no)
- axiom_optimize_options="$axiom_optimize_options safety debug"
- ;;
- *) ;;
-esac
-
AC_SUBST(axiom_enable_checking)
AC_SUBST(axiom_optimize_options)