diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 6c043f06bab..4c99f9002cd 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 |