1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-22 11:19:52 +00:00

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

@ -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"