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:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user