A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-November/030472.html below:

[Python-checkins] python/dist/src configure,1.350,1.351 configure.in,1.361,1.362

[Python-checkins] python/dist/src configure,1.350,1.351 configure.in,1.361,1.362nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 08:58:09 -0800
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv10867

Modified Files:
	configure configure.in 
Log Message:
Need to quote test for posix_threads on HPUX11

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.350
retrieving revision 1.351
diff -C2 -d -r1.350 -r1.351
*** configure	29 Oct 2002 10:07:39 -0000	1.350
--- configure	2 Nov 2002 16:58:03 -0000	1.351
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.360 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.361 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 11215,11219 ****
  
  
!     if test $posix_threads != "yes"; then
        echo "$as_me:$LINENO: checking for thr_create in -lthread" >&5
  echo $ECHO_N "checking for thr_create in -lthread... $ECHO_C" >&6
--- 11215,11219 ----
  
  
!     if test "$posix_threads" != "yes"; then
        echo "$as_me:$LINENO: checking for thr_create in -lthread" >&5
  echo $ECHO_N "checking for thr_create in -lthread... $ECHO_C" >&6

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.361
retrieving revision 1.362
diff -C2 -d -r1.361 -r1.362
*** configure.in	29 Oct 2002 10:07:43 -0000	1.361
--- configure.in	2 Nov 2002 16:58:05 -0000	1.362
***************
*** 1361,1365 ****
      USE_THREAD_MODULE=""])
  
!     if test $posix_threads != "yes"; then     
        AC_CHECK_LIB(thread, thr_create, [AC_DEFINE(WITH_THREAD)
        LIBS="$LIBS -lthread"
--- 1361,1365 ----
      USE_THREAD_MODULE=""])
  
!     if test "$posix_threads" != "yes"; then     
        AC_CHECK_LIB(thread, thr_create, [AC_DEFINE(WITH_THREAD)
        LIBS="$LIBS -lthread"





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4