diff --git a/branches/2.0/doubango/configure.ac b/branches/2.0/doubango/configure.ac index ddd4a004..89d83833 100755 --- a/branches/2.0/doubango/configure.ac +++ b/branches/2.0/doubango/configure.ac @@ -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 ], [static int k = PTHREAD_MUTEX_RECURSIVE;],