diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-25 20:57:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-25 20:57:32 +0000 |
commit | 45fbab29334accc4cf6b09e16c19344d885ff74f (patch) | |
tree | 7daf6c3448e0e854c89df990b6578db763133275 /configure | |
parent | ae5bc8a60129e7b26654304f44bd5110c7153ae3 (diff) |
Make thread flags CFLAGS, not CPPFLAGS.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure index 27dd34841ae..96ee289d050 100755 --- a/configure +++ b/configure @@ -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 |