mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 02:20:11 +00:00
going mad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3712 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
734b406cdc
commit
1cb9d1aaa7
10
libs/js/nsprpub/configure
vendored
10
libs/js/nsprpub/configure
vendored
@ -5226,8 +5226,8 @@ darwin*)
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
|
echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
|
||||||
echo "configure:5243: checking for pthread_create in -lpthreads" >&5
|
echo "configure:5243: checking for pthread_create in -lpthread" >&5
|
||||||
echo "
|
echo "
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
void *foo(void *v) { return v; }
|
void *foo(void *v) { return v; }
|
||||||
@ -5238,13 +5238,13 @@ echo "
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}" > dummy.c ;
|
}" > dummy.c ;
|
||||||
echo "${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthreads $LDFLAGS $LIBS" 1>&5;
|
echo "${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthread $LDFLAGS $LIBS" 1>&5;
|
||||||
${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthreads $LDFLAGS $LIBS 2>&5;
|
${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthread $LDFLAGS $LIBS 2>&5;
|
||||||
_res=$? ;
|
_res=$? ;
|
||||||
rm -f dummy.c dummy${ac_exeext} ;
|
rm -f dummy.c dummy${ac_exeext} ;
|
||||||
if test "$_res" = "0"; then
|
if test "$_res" = "0"; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
_HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads"
|
_HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread"
|
||||||
else
|
else
|
||||||
echo "$ac_t""no" 1>&6
|
echo "$ac_t""no" 1>&6
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user