mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue