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: https://origsvn.digium.com/svn/asterisk/trunk@50869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-01-15 15:08:45 +00:00
parent aae1abbae3
commit 74f401d05f
7 changed files with 713 additions and 27 deletions

View File

@@ -104,9 +104,6 @@ AH_TOP(
#include "asterisk/buildopts.h"
#ifndef _REENTRANT
#define _REENTRANT
#endif
)
AH_BOTTOM(
@@ -163,6 +160,8 @@ else
fi
AC_SUBST(DOWNLOAD)
ACX_PTHREAD
AC_LANG(C)
AC_ARG_ENABLE(dev-mode,