@@ -855,7 +855,7 @@ Optional Packages:
855
855
--with-libraries=DIRS look for additional libraries in DIRS
856
856
--with-libs=DIRS alternative spelling of --with-libraries
857
857
--with-pgport=PORTNUM change default port number 5432
858
- --with-threads allow libpq and ecpg to be thread-safe
858
+ --enable-thread-safeness allow libpq and ecpg to be thread-safe
859
859
--with-tcl build Tcl and Tk interfaces
860
860
--without-tk do not build Tk interfaces if Tcl is enabled
861
861
--with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
@@ -2811,10 +2811,10 @@ done
2811
2811
IFS=$ac_save_IFS
2812
2812
2813
2813
#
2814
- # Enable libpq to be thread-safe
2814
+ # Enable libpq to be thread-safeness
2815
2815
#
2816
- echo " $as_me :$LINENO : checking allow threaded libpq" >&5
2817
- echo $ECHO_N " checking allow threaded libpq... $ECHO_C " >&6
2816
+ echo " $as_me :$LINENO : checking allow thread-safe libpq and ecpg " >&5
2817
+ echo $ECHO_N " checking allow thread-safe libpq and ecpg ... $ECHO_C " >&6
2818
2818
2819
2819
2820
2820
@@ -2846,8 +2846,8 @@ else
2846
2846
fi ;
2847
2847
2848
2848
2849
- echo " $as_me :$LINENO : result: $with_threads " >&5
2850
- echo " ${ECHO_T} $with_threads " >&6
2849
+ echo " $as_me :$LINENO : result: $enable_thread_safeness " >&5
2850
+ echo " ${ECHO_T} $enable_thread_safeness " >&6
2851
2851
2852
2852
2853
2853
#
@@ -12807,7 +12807,7 @@ fi
12807
12807
# For each platform, we need to know about any special compile and link
12808
12808
# libraries, and whether the normal C function names are thread-safe.
12809
12809
#
12810
- if test " $with_threads " = yes; then
12810
+ if test " $enable_thread_safeness " = yes; then
12811
12811
if test " ${ac_cv_header_pthread_h+set} " = set ; then
12812
12812
echo " $as_me :$LINENO : checking for pthread.h" >&5
12813
12813
echo $ECHO_N " checking for pthread.h... $ECHO_C " >&6
@@ -12949,7 +12949,7 @@ fi
12949
12949
# One trick here is that if we don't call AC_CHECK_FUNCS, the
12950
12950
# functions are marked "not found", which is perfect.
12951
12951
#
12952
- if test " $with_threads " = yes -a " $NEED_REENTRANT_FUNC_NAMES " = yes ; then
12952
+ if test " $enable_thread_safeness " = yes -a " $NEED_REENTRANT_FUNC_NAMES " = yes ; then
12953
12953
_CFLAGS=" $CFLAGS "
12954
12954
_LIB=" $LIBS "
12955
12955
CFLAGS=" $CFLAGS $TREAD_CFLAGS "
@@ -17807,7 +17807,7 @@ s,@CPP@,$CPP,;t t
17807
17807
s,@GCC@,$GCC ,;t t
17808
17808
s,@autodepend@,$autodepend ,;t t
17809
17809
s,@INCLUDES@,$INCLUDES ,;t t
17810
- s,@with_threads @,$with_threads ,;t t
17810
+ s,@enable_thread_safeness @,$enable_thread_safeness ,;t t
17811
17811
s,@with_tcl@,$with_tcl ,;t t
17812
17812
s,@with_tk@,$with_tk ,;t t
17813
17813
s,@with_perl@,$with_perl ,;t t
0 commit comments