@@ -855,7 +855,7 @@ Optional Packages:
855855 --with-libraries=DIRS look for additional libraries in DIRS
856856 --with-libs=DIRS alternative spelling of --with-libraries
857857 --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
859859 --with-tcl build Tcl and Tk interfaces
860860 --without-tk do not build Tk interfaces if Tcl is enabled
861861 --with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
@@ -2811,7 +2811,7 @@ done
28112811IFS=$ac_save_IFS
28122812
28132813#
2814- # Enable libpq to be thread-safeness
2814+ # Enable libpq to be thread-safety
28152815#
28162816echo "$as_me:$LINENO: checking allow thread-safe libpq and ecpg" >&5
28172817echo $ECHO_N "checking allow thread-safe libpq and ecpg... $ECHO_C" >&6
@@ -2846,8 +2846,8 @@ else
28462846fi;
28472847
28482848
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
28512851
28522852
28532853#
@@ -12987,7 +12987,7 @@ fi
1298712987# For each platform, we need to know about any special compile and link
1298812988# libraries, and whether the normal C function names are thread-safe.
1298912989#
12990- if test "$enable_thread_safeness " = yes; then
12990+ if test "$enable_thread_safety " = yes; then
1299112991if test "${ac_cv_header_pthread_h+set}" = set; then
1299212992 echo "$as_me:$LINENO: checking for pthread.h" >&5
1299312993echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
@@ -13129,7 +13129,7 @@ fi
1312913129# One trick here is that if we don't call AC_CHECK_FUNCS, the
1313013130# functions are marked "not found", which is perfect.
1313113131#
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
1313313133_CFLAGS="$CFLAGS"
1313413134_LIB="$LIBS"
1313513135CFLAGS="$CFLAGS $TREAD_CFLAGS"
@@ -17987,7 +17987,7 @@ s,@CPP@,$CPP,;t t
1798717987s,@GCC@,$GCC,;t t
1798817988s,@autodepend@,$autodepend,;t t
1798917989s,@INCLUDES@,$INCLUDES,;t t
17990- s,@enable_thread_safeness @,$enable_thread_safeness ,;t t
17990+ s,@enable_thread_safety @,$enable_thread_safety ,;t t
1799117991s,@with_tcl@,$with_tcl,;t t
1799217992s,@with_tk@,$with_tk,;t t
1799317993s,@with_perl@,$with_perl,;t t
0 commit comments