mirror of https://github.com/python/cpython
Fix a minor typo.
This commit is contained in:
parent
461ed872e2
commit
9a8bb0e316
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 60464 .
|
# From configure.in Revision: 60484 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for python 2.6.
|
# Generated by GNU Autoconf 2.61 for python 2.6.
|
||||||
#
|
#
|
||||||
|
@ -1313,7 +1313,7 @@ Optional Features:
|
||||||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
||||||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
||||||
--enable-universalsdk[SDKDIR]
|
--enable-universalsdk[SDKDIR]
|
||||||
Build agains Mac OS X 10.4u SDK (ppc/i386)
|
Build against Mac OS X 10.4u SDK (ppc/i386)
|
||||||
--enable-framework[=INSTALLDIR]
|
--enable-framework[=INSTALLDIR]
|
||||||
Build (MacOSX|Darwin) framework
|
Build (MacOSX|Darwin) framework
|
||||||
--enable-shared disable/enable building shared python library
|
--enable-shared disable/enable building shared python library
|
||||||
|
|
|
@ -61,7 +61,7 @@ AC_SUBST(CONFIG_ARGS)
|
||||||
CONFIG_ARGS="$ac_configure_args"
|
CONFIG_ARGS="$ac_configure_args"
|
||||||
|
|
||||||
AC_ARG_ENABLE(universalsdk,
|
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 against Mac OS X 10.4u SDK (ppc/i386)),
|
||||||
[
|
[
|
||||||
case $enableval in
|
case $enableval in
|
||||||
yes)
|
yes)
|
||||||
|
|
Loading…
Reference in New Issue