|
1 | 1 | #! /bin/sh |
2 | | -# From configure.in Revision: 74979 . |
| 2 | +# From configure.in Revision: 75678 . |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | 4 | # Generated by GNU Autoconf 2.61 for python 3.2. |
5 | 5 | # |
@@ -1352,7 +1352,6 @@ Optional Packages: |
1352 | 1352 | disable/enable thread support |
1353 | 1353 | --with(out)-thread[=DIRECTORY] |
1354 | 1354 | deprecated; use --with(out)-threads |
1355 | | - --with-pth use GNU pth threading libraries |
1356 | 1355 | --with(out)-doc-strings disable/enable documentation strings |
1357 | 1356 | --with(out)-tsc enable/disable timestamp counter profile |
1358 | 1357 | --with(out)-pymalloc disable/enable specialized mallocs |
@@ -15843,28 +15842,6 @@ _ACEOF |
15843 | 15842 | THREADOBJ="Python/thread.o" |
15844 | 15843 | else |
15845 | 15844 |
|
15846 | | - { echo "$as_me:$LINENO: checking for --with-pth" >&5 |
15847 | | -echo $ECHO_N "checking for --with-pth... $ECHO_C" >&6; } |
15848 | | - |
15849 | | -# Check whether --with-pth was given. |
15850 | | -if test "${with_pth+set}" = set; then |
15851 | | - withval=$with_pth; { echo "$as_me:$LINENO: result: $withval" >&5 |
15852 | | -echo "${ECHO_T}$withval" >&6; } |
15853 | | - cat >>confdefs.h <<\_ACEOF |
15854 | | -#define WITH_THREAD 1 |
15855 | | -_ACEOF |
15856 | | - |
15857 | | - |
15858 | | -cat >>confdefs.h <<\_ACEOF |
15859 | | -#define HAVE_PTH 1 |
15860 | | -_ACEOF |
15861 | | - |
15862 | | - LIBS="-lpth $LIBS" |
15863 | | - THREADOBJ="Python/thread.o" |
15864 | | -else |
15865 | | - { echo "$as_me:$LINENO: result: no" >&5 |
15866 | | -echo "${ECHO_T}no" >&6; } |
15867 | | - |
15868 | 15845 | # Just looking for pthread_create in libpthread is not enough: |
15869 | 15846 | # on HP/UX, pthread.h renames pthread_create to a different symbol name. |
15870 | 15847 | # 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 \ |
16315 | 16292 | conftest$ac_exeext conftest.$ac_ext |
16316 | 16293 | fi |
16317 | 16294 |
|
16318 | | -fi |
16319 | | - |
16320 | 16295 |
|
16321 | 16296 | fi |
16322 | 16297 |
|
|
0 commit comments