summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-06-12 02:09:03 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-06-12 02:09:03 (GMT)
commit7659f0fc26515f615c8af162520d26818288b459 (patch)
tree140876d3be111d8401ec848a193d4605c3a0d0b1
parenta00c0b97bf2772ec65f322517ade729dcbcc1cf1 (diff)
downloadcpython-7659f0fc26515f615c8af162520d26818288b459.zip
cpython-7659f0fc26515f615c8af162520d26818288b459.tar.gz
cpython-7659f0fc26515f615c8af162520d26818288b459.tar.bz2
Fix typo. Backport if anyone cares. :-)
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 038965a..b698807 100755
--- a/configure
+++ b/configure
@@ -1587,7 +1587,7 @@ case $ac_sys_system/$ac_sys_release in
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# disables platform specific features beyond repair.
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
- # has no effect, don't bother defineing them
+ # has no effect, don't bother defining them
Darwin/[78].*)
define_xopen_source=no
;;
diff --git a/configure.in b/configure.in
index 8baa149..cca20a8 100644
--- a/configure.in
+++ b/configure.in
@@ -235,7 +235,7 @@ case $ac_sys_system/$ac_sys_release in
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# disables platform specific features beyond repair.
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
- # has no effect, don't bother defineing them
+ # has no effect, don't bother defining them
Darwin/@<:@78@:>@.*)
define_xopen_source=no
;;