aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-08 15:00:42 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-08 15:00:42 +0000
commit7a49e65020d948cc98b22a43416efce3dcbeb238 (patch)
tree922b2271e2ed87974b4b541647d26ce97fee9c8e /configure
parent157f4368b440536001959ad58167b09357273edc (diff)
downloadopen-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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 06da3a14..2f8ce41f 100755
--- a/configure
+++ b/configure
@@ -19007,7 +19007,7 @@ echo "$as_me: error: erroneous value for --enable-checking" >&2;}
esac
fi
-if test x"axiom_enable_checking" = xyes; then
+if test x"$axiom_enable_checking" = xyes; then
axiom_optimize_options="$axiom_optimize_options safety"
{ echo "$as_me:$LINENO: runtime checking may increase compilation time" >&5
echo "$as_me: runtime checking may increase compilation time" >&6;}