check for 'strok_r' and 'strok_s' in configure.ac

This commit is contained in:
bossiel 2014-04-24 19:38:02 +00:00
parent ce38d51675
commit 50cc03eb04
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if test "$target_os" = "android"; then
AC_SUBST(LDFLAGS)
fi
AC_CHECK_FUNCS([stricmp strnicmp])
AC_CHECK_FUNCS([stricmp strnicmp strtok_r strtok_s])
AC_TRY_COMPILE([#include <pthread.h>],
[static int k = PTHREAD_MUTEX_RECURSIVE;],