From 6965d189602a5ca81459b5ef4fc8529c9ad8d41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 1 Jun 2005 20:18:37 +0000 Subject: [PATCH] s/else if/elif/ git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15336 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/pthreads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""