mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
grr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3715 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
8
libs/js/nsprpub/configure
vendored
8
libs/js/nsprpub/configure
vendored
@@ -3449,7 +3449,6 @@ EOF
|
||||
*-freebsd*)
|
||||
if test -z "$USE_NSPR_THREADS"; then
|
||||
USE_PTHREADS=1
|
||||
LDFLAGS="$LDFLAGS -lpthread"
|
||||
fi
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define XP_UNIX 1
|
||||
@@ -5499,12 +5498,7 @@ EOF
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _THREAD_SAFE 1
|
||||
EOF
|
||||
|
||||
if test "$ac_cv_have_dash_pthread" = "yes"; then
|
||||
_PTHREAD_LDFLAGS="-pthread"
|
||||
else
|
||||
_PTHREAD_LDFLAGS="-lc_r"
|
||||
fi
|
||||
_HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread"
|
||||
;;
|
||||
*-netbsd*)
|
||||
if test "$ac_cv_have_dash_pthread" = "yes"; then
|
||||
|
Reference in New Issue
Block a user