@@ -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
- --enable-thread-safeness allow libpq and ecpg to be thread-safe
858
+ --enable-thread-safety 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,7 +2811,7 @@ done
2811
2811
IFS=$ac_save_IFS
2812
2812
2813
2813
#
2814
- # Enable libpq to be thread-safeness
2814
+ # Enable libpq to be thread-safety
2815
2815
#
2816
2816
echo "$as_me:$LINENO: checking allow thread-safe libpq and ecpg" >&5
2817
2817
echo $ECHO_N "checking allow thread-safe libpq and ecpg... $ECHO_C" >&6
@@ -2846,8 +2846,8 @@ else
2846
2846
fi;
2847
2847
2848
2848
2849
- echo "$as_me:$LINENO: result: $enable_thread_safeness " >&5
2850
- echo "${ECHO_T}$enable_thread_safeness " >&6
2849
+ echo "$as_me:$LINENO: result: $enable_thread_safety " >&5
2850
+ echo "${ECHO_T}$enable_thread_safety " >&6
2851
2851
2852
2852
2853
2853
#
@@ -12987,7 +12987,7 @@ fi
12987
12987
# For each platform, we need to know about any special compile and link
12988
12988
# libraries, and whether the normal C function names are thread-safe.
12989
12989
#
12990
- if test "$enable_thread_safeness " = yes; then
12990
+ if test "$enable_thread_safety " = yes; then
12991
12991
if test "${ac_cv_header_pthread_h+set}" = set; then
12992
12992
echo "$as_me:$LINENO: checking for pthread.h" >&5
12993
12993
echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
@@ -13129,7 +13129,7 @@ fi
13129
13129
# One trick here is that if we don't call AC_CHECK_FUNCS, the
13130
13130
# functions are marked "not found", which is perfect.
13131
13131
#
13132
- if test "$enable_thread_safeness " = yes -a "$NEED_REENTRANT_FUNC_NAMES" = yes ; then
13132
+ if test "$enable_thread_safety " = yes -a "$NEED_REENTRANT_FUNC_NAMES" = yes ; then
13133
13133
_CFLAGS="$CFLAGS"
13134
13134
_LIB="$LIBS"
13135
13135
CFLAGS="$CFLAGS $TREAD_CFLAGS"
@@ -17987,7 +17987,7 @@ s,@CPP@,$CPP,;t t
17987
17987
s,@GCC@,$GCC,;t t
17988
17988
s,@autodepend@,$autodepend,;t t
17989
17989
s,@INCLUDES@,$INCLUDES,;t t
17990
- s,@enable_thread_safeness @,$enable_thread_safeness ,;t t
17990
+ s,@enable_thread_safety @,$enable_thread_safety ,;t t
17991
17991
s,@with_tcl@,$with_tcl,;t t
17992
17992
s,@with_tk@,$with_tk,;t t
17993
17993
s,@with_perl@,$with_perl,;t t
0 commit comments