diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-12-14 14:53:53 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-12-14 14:53:53 +0000 |
| commit | af80de1f01c8234203ff67de37aa1ff2d2766317 (patch) | |
| tree | 7b5c92213f12c0a088900990b31dd80388f1d689 /config/acx_pthread.m4 | |
| parent | 0f4b3f22151979508c48a46e86c87ca12c3f52aa (diff) | |
| download | postgresql-af80de1f01c8234203ff67de37aa1ff2d2766317.tar.gz | |
Update aix cc_r wording.
Diffstat (limited to 'config/acx_pthread.m4')
| -rw-r--r-- | config/acx_pthread.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4 index 8b3915865e..2ca565c144 100644 --- a/config/acx_pthread.m4 +++ b/config/acx_pthread.m4 @@ -202,9 +202,9 @@ if test "x$acx_pthread_ok" = xyes; then LIBS="$save_LIBS" CFLAGS="$save_CFLAGS" -# Not a common AIX compiler so we don't support it and adding a specific -# compiler usage for every thread compile is ugly -# AIX threading requires gcc +# Supporting cc_r would require a special CC in all places that +# use libpq, and that is ugly, so we don't do it. Users can still +# define their compiler as cc_r to do thread builds of everything. # More AIX lossage: must compile with cc_r AC_CHECK_PROG(PTHREAD_CC, cc_r, cc_r, ${CC}) else |
