aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-15 15:03:06 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-15 15:03:06 +0000
commit314c4ad0d2a00c48a496c5e07c0e8c63f7230271 (patch)
tree115369502eff8dfd2157196df1436d2fc51f70ef /makeopts.in
parent634b0dd0e719e18eee127e461c23a09f5193d51e (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@50867 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/makeopts.in b/makeopts.in
index 0ecda1462..2b431c4b2 100644
--- a/makeopts.in
+++ b/makeopts.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@