diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 00a13b216..cb8b7d58e 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -42,7 +42,7 @@ case "$host" in *-*-aix*) if test "$GCC" = yes; then enable_pthread_support=yes - else if expr "$CC" : ".*_r" > /dev/null ; then + elif expr "$CC" : ".*_r" > /dev/null ; then enable_pthread_support=yes PTHREADS_CFLAGS="" PTHREADS_LIBS=""