diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-02-03 02:07:55 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-02-03 02:07:55 (GMT) |
commit | 9a8bb0e316507434bf8d01f361e7e7b9d441875f (patch) | |
tree | fec39411c73ebdc745ba002e106073c0599b3f9d /configure | |
parent | 461ed872e28e8186896785f17031468c7b86084f (diff) | |
download | cpython-9a8bb0e316507434bf8d01f361e7e7b9d441875f.zip cpython-9a8bb0e316507434bf8d01f361e7e7b9d441875f.tar.gz cpython-9a8bb0e316507434bf8d01f361e7e7b9d441875f.tar.bz2 |
Fix a minor typo.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 60464 . +# From configure.in Revision: 60484 . # Guess values for system-dependent variables and create Makefiles. # 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) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --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] Build (MacOSX|Darwin) framework --enable-shared disable/enable building shared python library |