diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:35:52 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:35:52 (GMT) |
commit | db6c567a720da3a71dd41671d4ceddf8300dc298 (patch) | |
tree | 59bd0d433c70e1cbcbe40ab925c06aeba663d01a /configure | |
parent | 1b8c7834086975a5aae08f36cd1cceb39c5d4a84 (diff) | |
download | cpython-db6c567a720da3a71dd41671d4ceddf8300dc298.zip cpython-db6c567a720da3a71dd41671d4ceddf8300dc298.tar.gz cpython-db6c567a720da3a71dd41671d4ceddf8300dc298.tar.bz2 |
Disable GNU pth support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 27 |
1 files changed, 1 insertions, 26 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 74979 . +# From configure.in Revision: 75678 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.2. # @@ -1352,7 +1352,6 @@ Optional Packages: disable/enable thread support --with(out)-thread[=DIRECTORY] deprecated; use --with(out)-threads - --with-pth use GNU pth threading libraries --with(out)-doc-strings disable/enable documentation strings --with(out)-tsc enable/disable timestamp counter profile --with(out)-pymalloc disable/enable specialized mallocs @@ -15843,28 +15842,6 @@ _ACEOF THREADOBJ="Python/thread.o" else - { echo "$as_me:$LINENO: checking for --with-pth" >&5 -echo $ECHO_N "checking for --with-pth... $ECHO_C" >&6; } - -# Check whether --with-pth was given. -if test "${with_pth+set}" = set; then - withval=$with_pth; { echo "$as_me:$LINENO: result: $withval" >&5 -echo "${ECHO_T}$withval" >&6; } - cat >>confdefs.h <<\_ACEOF -#define WITH_THREAD 1 -_ACEOF - - -cat >>confdefs.h <<\_ACEOF -#define HAVE_PTH 1 -_ACEOF - - LIBS="-lpth $LIBS" - THREADOBJ="Python/thread.o" -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } - # Just looking for pthread_create in libpthread is not enough: # on HP/UX, pthread.h renames pthread_create to a different symbol name. # So we really have to include pthread.h, and then link. @@ -16315,8 +16292,6 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -fi - fi |