aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-15 04:09:18 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-15 04:09:18 +0000
commit228c02c3e5f91ab1950d89b99f5b798e753d4f29 (patch)
treed6be9b03eb83e6e3516914b1b45227eb50cc9b9d
parent4f70680177879501aa402d880b5099fe5df09847 (diff)
downloadpostgresql-228c02c3e5f91ab1950d89b99f5b798e753d4f29.tar.gz
postgresql-228c02c3e5f91ab1950d89b99f5b798e753d4f29.zip
Run autoconf/autoheader for ecpg change.
-rwxr-xr-xconfigure2
-rw-r--r--src/include/pg_config.h.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8cbc95fe116..b8fc00b1eb5 100755
--- 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
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 6e8cac0e99a..5a3e62915f7 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -588,7 +588,7 @@
/* 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. */