From 50cc03eb0442a384e2e6092b78a4eb1a09936760 Mon Sep 17 00:00:00 2001 From: bossiel Date: Thu, 24 Apr 2014 19:38:02 +0000 Subject: [PATCH] check for 'strok_r' and 'strok_s' in configure.ac --- branches/2.0/doubango/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;],