diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:53:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:53:53 (GMT) |
commit | f2d1b2a619e1e4f574d755e324fd0480f4c109a8 (patch) | |
tree | 33f6e8f3f274e3e217976623be71fb550d01f421 /configure | |
parent | 206e10c014e8b61b2c0cb52c797cec63a73c0f8b (diff) | |
download | cpython-f2d1b2a619e1e4f574d755e324fd0480f4c109a8.zip cpython-f2d1b2a619e1e4f574d755e324fd0480f4c109a8.tar.gz cpython-f2d1b2a619e1e4f574d755e324fd0480f4c109a8.tar.bz2 |
Merged revisions 86042 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86042 | benjamin.peterson | 2010-10-31 11:50:44 -0500 (Sun, 31 Oct 2010) | 1 line
add no output to with-system-ffi and with-system-expat
........
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8296,6 +8296,8 @@ $as_echo_n "checking for --with-system-expat... " >&6; } # Check whether --with-system_expat was given. if test "${with_system_expat+set}" = set; then : withval=$with_system_expat; +else + with_system_expat="no" fi @@ -8309,6 +8311,8 @@ $as_echo_n "checking for --with-system-ffi... " >&6; } # Check whether --with-system_ffi was given. if test "${with_system_ffi+set}" = set; then : withval=$with_system_ffi; +else + with_system_ffi="no" fi |