diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-23 18:15:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-23 18:15:55 +0000 |
commit | 7a66015e98e890c27e3483a413d5a88927c5b818 (patch) | |
tree | 3a58d7f41460697adb2eb1e24ba9e1d1c5dcfb03 /src/tools/thread/thread_test.c | |
parent | 77528c9bd7e0203d5670a550947cfa367ac51ad8 (diff) |
Add new auto-detection of thread flags.
Allow additional thread flags to be added via port templates.
Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new
configure script.
Diffstat (limited to 'src/tools/thread/thread_test.c')
-rw-r--r-- | src/tools/thread/thread_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/thread/thread_test.c b/src/tools/thread/thread_test.c index 2b322140e4e..d866f21dbd1 100644 --- a/src/tools/thread/thread_test.c +++ b/src/tools/thread/thread_test.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.19 2004/04/22 23:58:03 momjian Exp $ + * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.20 2004/04/23 18:15:55 momjian Exp $ * * This program tests to see if your standard libc functions use * pthread_setspecific()/pthread_getspecific() to be thread-safe. @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) } printf("\ -Make sure you have added any needed 'THREAD_CPPFLAGS' and 'THREAD_LIBS'\n\ +Make sure you have added any needed 'PTHREAD_CFLAGS' and 'PTHREAD_LIBS'\n\ defines to your template/$port file before compiling this program.\n\n" ); |