diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-27 15:32:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-27 15:32:48 +0000 |
commit | 227dd9b42702b9c8062db9f7012058c051961b35 (patch) | |
tree | 11de404adf387ae44c647a724dc08e263f9d5278 /configure | |
parent | fae2adecf5a1281742b468f96656c88fb7dd9a63 (diff) | |
download | postgresql-227dd9b42702b9c8062db9f7012058c051961b35.tar.gz |
Rename thread compile flag. Move thread test program to tools/thread,
and improve tests.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13292,7 +13292,7 @@ See the comment at the top of src/port/thread.c for more information. fi else # do not use values from template file -THREAD_CFLAGS= +THREAD_CPPFLAGS= THREAD_LIBS= fi @@ -13312,7 +13312,7 @@ fi if test "$enable_thread_safety" = yes -a "$NEED_REENTRANT_FUNCS" = yes ; then _CFLAGS="$CFLAGS" _LIBS="$LIBS" -CFLAGS="$CFLAGS $THREAD_CFLAGS" +CFLAGS="$CFLAGS $THREAD_CPPFLAGS" LIBS="$LIBS $THREAD_LIBS" @@ -18211,7 +18211,7 @@ s,@python_includespec@,$python_includespec,;t t s,@python_libspec@,$python_libspec,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@HAVE_IPV6@,$HAVE_IPV6,;t t -s,@THREAD_CFLAGS@,$THREAD_CFLAGS,;t t +s,@THREAD_CPPFLAGS@,$THREAD_CPPFLAGS,;t t s,@THREAD_LIBS@,$THREAD_LIBS,;t t s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t s,@MSGFMT@,$MSGFMT,;t t |