diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-08 15:00:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-08 15:00:42 +0000 |
commit | 7a49e65020d948cc98b22a43416efce3dcbeb238 (patch) | |
tree | 922b2271e2ed87974b4b541647d26ce97fee9c8e /configure.ac.pamphlet | |
parent | 157f4368b440536001959ad58167b09357273edc (diff) | |
download | open-axiom-7a49e65020d948cc98b22a43416efce3dcbeb238.tar.gz |
* configure.ac.pamphlet: Fix thinko.
* config/var-def.mk (SYS): Remove.
(AX_FLAGS): Likewise.
src/interp/
* Makefile.pamphlet (makeint.lisp): Don't print SYS, LISP, BYE.
(DEBUGSYS): Remove.
(all-debugsys): Likewise.
(<<debugsys.lisp>>): Likewise.
* debugsys.lisp.pamphlet: Remove.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 73e82a62..e45b45ae 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -436,7 +436,7 @@ AC_ARG_ENABLE([checking], [ --enable-checking turn runtime checking on], yes|no) axiom_enable_checking=$enableval ;; *) AC_MSG_ERROR([erroneous value for --enable-checking]) ;; esac]) -if test x"axiom_enable_checking" = xyes; then +if test x"$axiom_enable_checking" = xyes; then axiom_optimize_options="$axiom_optimize_options safety" AC_MSG_NOTICE([runtime checking may increase compilation time]) fi |