mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@50867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# the exact uppercase equivalents of the names used for
|
||||
# dependencies in menuselect for the same package.
|
||||
|
||||
CC=@CC@
|
||||
CC=@PTHREAD_CC@
|
||||
HOST_CC=cc
|
||||
CXX=@CXX@
|
||||
|
||||
@@ -40,6 +40,9 @@ OSREV=@PBX_OSREV@
|
||||
GC_CFLAGS=@GC_CFLAGS@
|
||||
GC_LDFLAGS=@GC_LDFLAGS@
|
||||
|
||||
PTHREAD_CFLAGS=@PTHREAD_CFLAGS@
|
||||
PTHREAD_LIBS=@PTHREAD_LIBS@
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user