[Python-checkins] r60536 - python/trunk/configure python/trunk/configure.in

brett.cannon python-checkins at python.org
Sun Feb 3 03:07:56 CET 2008


Author: brett.cannon
Date: Sun Feb  3 03:07:55 2008
New Revision: 60536

Modified:
   python/trunk/configure
   python/trunk/configure.in
Log:
Fix a minor typo.


Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure	(original)
+++ python/trunk/configure	Sun Feb  3 03:07:55 2008
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 60464 .
+# From configure.in Revision: 60484 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.6.
 #
@@ -1313,7 +1313,7 @@
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-universalsdk[SDKDIR]
-                          Build agains Mac OS X 10.4u SDK (ppc/i386)
+                          Build against Mac OS X 10.4u SDK (ppc/i386)
   --enable-framework[=INSTALLDIR]
                           Build (MacOSX|Darwin) framework
   --enable-shared         disable/enable building shared python library

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Sun Feb  3 03:07:55 2008
@@ -61,7 +61,7 @@
 CONFIG_ARGS="$ac_configure_args"
 
 AC_ARG_ENABLE(universalsdk,
-	AC_HELP_STRING(--enable-universalsdk@<:@SDKDIR@:>@, Build agains Mac OS X 10.4u SDK (ppc/i386)),
+	AC_HELP_STRING(--enable-universalsdk@<:@SDKDIR@:>@, Build against Mac OS X 10.4u SDK (ppc/i386)),
 [
 	case $enableval in
 	yes)


More information about the Python-checkins mailing list