aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-03 09:44:34 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-03 09:44:34 +0000
commitdd38e4a9c05df5de7c133cbb8d60fd10c7b56f5c (patch)
treec16144c9f25aeafc615b8e9419f31c5f55771db6 /configure
parent98bbf2f590ab19efc3319c64470d0d51f6d985fc (diff)
downloadopen-axiom-dd38e4a9c05df5de7c133cbb8d60fd10c7b56f5c.tar.gz
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 7c427bd3..863ea35e 100755
--- a/configure
+++ b/configure
@@ -5782,7 +5782,7 @@ $as_echo "$v" >&6; }
;;
esac
;;
- # ECL does not provide useful information for dectecing CPU precision
+ # ECL does not provide useful information for detecting CPU precision
*ecl*)
case $target in
*darwin*)
@@ -7129,7 +7129,7 @@ if test -n "$openaxiom_host_lisp_precision"; then
fi
## If we are using GCL as the base runtime system, then we do really need
-# a C compiler from GNU. Well, at least for the moment.
+## a C compiler from GNU. Well, at least for the moment.
case $axiom_lisp_flavor,$GCC in
gcl,yes)
axiom_cflags="-O2 -Wall -D_GNU_SOURCE"
@@ -20293,7 +20293,7 @@ fi
done
-## We want annonymous mapping for memory allocation. Unfortunately,
+## We want anonymous mapping for memory allocation. Unfortunately,
## the flag for anonymous mapping is not standardized. Popular names
## are MAP_ANONYMOUS and MAP_ANON.
if test x"$ac_cv_header_sys_mman_h" = xyes; then