summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-12-14 14:53:53 +0000
committerBruce Momjian2004-12-14 14:53:53 +0000
commit3455ce306565ae0c4fb95af4e28482cb30c9269d (patch)
treeecb9a3ababc07f97eeb193f422b9e2d9a230c99e
parent947f3f57188cf3cde7c3d266de30f32697843958 (diff)
Update aix cc_r wording.
-rw-r--r--config/acx_pthread.m46
-rwxr-xr-xconfigure6
2 files changed, 6 insertions, 6 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
diff --git a/configure b/configure
index 4c99f9002c..0d7a0eb197 100755
--- a/configure
+++ b/configure
@@ -14236,9 +14236,9 @@ echo "${ECHO_T}${flag}" >&6
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
# Extract the first word of "cc_r", so it can be a program name with args.
set dummy cc_r; ac_word=$2