Skip to content
Snippets Groups Projects
Commit 0e736e3f authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Reintroduce fix for AX_PTHREAD autoconf macro

parent 2c6be7db
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ if test "x$ax_pthread_ok" = xyes; then
CFLAGS="$save_CFLAGS"
# More AIX lossage: must compile with xlc_r or cc_r
if test x"$GCC" != xyes; then
if test x"$GCC" != xyes -a \( x"$CC" = xxlc -o x"$CC" = cc \) ; then
AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
else
PTHREAD_CC=$CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment