1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Make thread flags CFLAGS, not CPPFLAGS.

This commit is contained in:
Bruce Momjian
2004-04-25 20:57:32 +00:00
parent ae5bc8a601
commit 45fbab2933
7 changed files with 15 additions and 16 deletions

3
configure vendored
View File

@ -13465,9 +13465,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# set thread flags
# ACX_PTHREAD sets PTHREAD_CFLAGS that should be used for linking too
PTHREAD_LIBS="$PTHREAD_CFLAGS $PTHREAD_LIBS"
# At this point, we don't want to muck with the compiler name for threading.
# Let's see who fails, perhaps AIX. 2004-04-23
if test "$PTHREAD_CC" != "$CC"; then