diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4
index 254a383a9b83d29cd8fa55bad16c5ba42a31172a..8b3915865e4b1e60cc72c36ca392081497a5718a 100644
--- a/config/acx_pthread.m4
+++ b/config/acx_pthread.m4
@@ -202,6 +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
         # 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 6c043f06babf25d4be47116d7eb7ac92c503802c..4c99f9002cdf1ebf34e3fe8eb77aea45b4ae51b2 100755
--- a/configure
+++ b/configure
@@ -14236,6 +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
         # 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