aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-15 15:08:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-15 15:08:45 +0000
commita5d83fb31d05579178681588f7065821d3eb45d1 (patch)
tree9969df2ad75daa5732b218fdad3f5abdc3f4b326 /makeopts.in
parenta707f8731b25aa30f14d66682f85270ae0f4e223 (diff)
Merged revisions 50867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50867 | kpfleming | 2007-01-15 09:03:06 -0600 (Mon, 15 Jan 2007) | 2 lines 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/trunk@50869 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 445b16cf5..706565bf9 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@