summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-27 15:32:48 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-27 15:32:48 +0000
commit227dd9b42702b9c8062db9f7012058c051961b35 (patch)
tree11de404adf387ae44c647a724dc08e263f9d5278 /configure
parentfae2adecf5a1281742b468f96656c88fb7dd9a63 (diff)
downloadpostgresql-227dd9b42702b9c8062db9f7012058c051961b35.tar.gz
Rename thread compile flag. Move thread test program to tools/thread,
and improve tests.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 99fb05aa65..1e842aeb60 100755
--- a/configure
+++ b/configure
@@ -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