]> granicus.if.org Git - python/commitdiff
Fix typo. Backport if anyone cares. :-)
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 12 Jun 2006 02:09:03 +0000 (02:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 12 Jun 2006 02:09:03 +0000 (02:09 +0000)
configure
configure.in

index 038965a4a18a90c1b9753d8e619dd1bb8fc59a6f..b698807968dfe21b942c1a22c039634fb1d4b607 100755 (executable)
--- 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
     ;;
index 8baa149a94d7e4e0bba77985a0a512512b2e5f1c..cca20a845565ce92b0765b13b0891f251e82280a 100644 (file)
@@ -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
     ;;