]> granicus.if.org Git - python/commitdiff
Back port of r60765 (fix --enable-universalsdk doc typo).
authorBrett Cannon <bcannon@gmail.com>
Wed, 13 Feb 2008 19:17:17 +0000 (19:17 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 13 Feb 2008 19:17:17 +0000 (19:17 +0000)
configure
configure.in

index 3ad84cbca4757aa26547fa1336360747aaec201d..4ee0b96887a475353c09b0ed1feae72d24dc7cc7 100755 (executable)
--- a/configure
+++ b/configure
@@ -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 @@ if test -n "$ac_init_help"; then
 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
index 93eab0a3d53c05cee1375853d2372306c4ef2704..4fc9e7a5c907ac7699466ad153ee7cfdec6175c5 100644 (file)
@@ -61,7 +61,7 @@ AC_SUBST(CONFIG_ARGS)
 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)