[Python-checkins] r60766 - python/branches/release25-maint/configure python/branches/release25-maint/configure.in

brett.cannon python-checkins at python.org
Wed Feb 13 20:17:18 CET 2008


Author: brett.cannon
Date: Wed Feb 13 20:17:17 2008
New Revision: 60766

Modified:
   python/branches/release25-maint/configure
   python/branches/release25-maint/configure.in
Log:
Back port of r60765 (fix --enable-universalsdk doc typo).


Modified: python/branches/release25-maint/configure
==============================================================================
--- python/branches/release25-maint/configure	(original)
+++ python/branches/release25-maint/configure	Wed Feb 13 20:17:17 2008
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 59610 .
+# From configure.in Revision: 60465 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.5.
 #
@@ -1312,7 +1312,7 @@
 Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-universalsdk[SDKDIR]
+  --enable-universalsdk[=SDKDIR]
                           Build agains Mac OS X 10.4u SDK (ppc/i386)
   --enable-framework[=INSTALLDIR]
                           Build (MacOSX|Darwin) framework

Modified: python/branches/release25-maint/configure.in
==============================================================================
--- python/branches/release25-maint/configure.in	(original)
+++ python/branches/release25-maint/configure.in	Wed Feb 13 20:17:17 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 agains Mac OS X 10.4u SDK (ppc/i386)),
 [
 	case $enableval in
 	yes)


More information about the Python-checkins mailing list