FS-6015: --resolve sqlite cross compile fixes

This commit is contained in:
Michael Jerris 2014-02-25 14:26:55 -05:00
parent 33780fca07
commit d6c20d4dce
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ fi
AC_SUBST(THREADSAFE)
if test "$THREADSAFE" = "1"; then
CC=$TARGET_CC
LIBS=""
AC_CHECK_LIB(pthread, pthread_create)
TARGET_THREAD_LIB="$LIBS"