mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix --enable-universalsdk and its comment line so that zsh's flag completion
works. Thanks to Jeroen Ruigrok van der Werven for the fix.
This commit is contained in:
parent
57bd60b465
commit
91a1dec492
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue