aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/open-axiom.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index c26b4cde..0146c224 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -49,6 +49,13 @@ if test x"$oa_include_gcl" != xyes; then
;;
esac
;;
+ # ECL does not provide useful information for dectecing CPU precision
+ *ecl*)
+ case $target in
+ *darwin*)
+ AC_MSG_ERROR([We do not know how to extend this Lisp system with native libraries. Please consider SBCL or better])
+ esac
+ ;;
esac
fi
])