]> granicus.if.org Git - python/commitdiff
Fix --enable-universalsdk and its comment line so that zsh's flag completion
authorBrett Cannon <bcannon@gmail.com>
Wed, 13 Feb 2008 19:15:44 +0000 (19:15 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 13 Feb 2008 19:15:44 +0000 (19:15 +0000)
works.

Thanks to Jeroen Ruigrok van der Werven for the fix.

configure
configure.in

index a76c6fae3ddc975b3ddd8477d83539780ef3301b..dfd1ef74dd6e863fa4c59ebb231d56fc61a47b71 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 60484 .
+# From configure.in Revision: 60536 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.6.
 #
@@ -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 against Mac OS X 10.4u SDK (ppc/i386)
   --enable-framework[=INSTALLDIR]
                           Build (MacOSX|Darwin) framework
index f421eabfa603af4fe81653e30ca169ecc0ae7832..bd16b2eae723730d0510f27dd49ef02eb1c9807f 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 against 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)