File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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- --with-threads allow libpq to be thread-safe
858+ --with-threads 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
Original file line number Diff line number Diff line change 588588/* Define to select SysV-style shared memory. */
589589#undef USE_SYSV_SHARED_MEMORY
590590
591- /* Define to 1 to build libpq with threads . (--with-threads) */
591+ /* Define to 1 to build libpq and ecpg to be thread-safe . (--with-threads) */
592592#undef USE_THREADS
593593
594594/* Define to select unnamed POSIX semaphores. */
You can’t perform that action at this time.
0 commit comments