From: Anthony Minessale Date: Tue, 19 Dec 2006 01:21:49 +0000 (+0000) Subject: going mad X-Git-Tag: v1.0-beta1~1536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb9d1aaa70722387ebbac1356947ba185c3b86c;p=thirdparty%2Ffreeswitch.git going mad git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3712 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/js/nsprpub/configure b/libs/js/nsprpub/configure index 613e9f83de..e56f702124 100755 --- a/libs/js/nsprpub/configure +++ b/libs/js/nsprpub/configure @@ -5226,8 +5226,8 @@ darwin*) ;; *) -echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 -echo "configure:5243: checking for pthread_create in -lpthreads" >&5 +echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +echo "configure:5243: checking for pthread_create in -lpthread" >&5 echo " #include void *foo(void *v) { return v; } @@ -5238,13 +5238,13 @@ echo " } return 0; }" > dummy.c ; - echo "${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthreads $LDFLAGS $LIBS" 1>&5; - ${CC-cc} -o dummy${ac_exeext} dummy.c $CFLAGS $CPPFLAGS -lpthreads $LDFLAGS $LIBS 2>&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 -lpthread $LDFLAGS $LIBS 2>&5; _res=$? ; rm -f dummy.c dummy${ac_exeext} ; if test "$_res" = "0"; then echo "$ac_t""yes" 1>&6 - _HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads" + _HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread" else echo "$ac_t""no" 1>&6