Run autoconf/autoheader for ecpg change.
authorBruce Momjian <bruce@momjian.us>
Sun, 15 Jun 2003 04:09:18 +0000 (04:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 15 Jun 2003 04:09:18 +0000 (04:09 +0000)
configure
src/include/pg_config.h.in

index 8cbc95fe116f663f7c017607b99e1edf111ab4eb..b8fc00b1eb55c164cf164ad29e4eee5661e6b378 100755 (executable)
--- a/configure
+++ b/configure
@@ -855,7 +855,7 @@ Optional Packages:
   --with-libraries=DIRS   look for additional libraries in DIRS
   --with-libs=DIRS        alternative spelling of --with-libraries
   --with-pgport=PORTNUM   change default port number 5432
-  --with-threads          allow libpq to be thread-safe
+  --with-threads          allow libpq and ecpg to be thread-safe
   --with-tcl              build Tcl and Tk interfaces
   --without-tk            do not build Tk interfaces if Tcl is enabled
   --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR
index 6e8cac0e99a46fc7e160babf418ba4263573fe51..5a3e62915f71be72e82aa2af9cfe74a6f0d790f4 100644 (file)
 /* Define to select SysV-style shared memory. */
 #undef USE_SYSV_SHARED_MEMORY
 
-/* Define to 1 to build libpq with threads. (--with-threads) */
+/* Define to 1 to build libpq and ecpg to be thread-safe. (--with-threads) */
 #undef USE_THREADS
 
 /* Define to select unnamed POSIX semaphores. */