s/else if/elif/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15336 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-01 20:18:37 +00:00
parent 2d19fec152
commit 6965d18960

View File

@@ -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=""