mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +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:
@@ -98,9 +98,6 @@ AH_TOP(
|
||||
|
||||
#include "asterisk/buildopts.h"
|
||||
|
||||
#ifndef _REENTRANT
|
||||
#define _REENTRANT
|
||||
#endif
|
||||
)
|
||||
|
||||
AH_BOTTOM(
|
||||
@@ -157,6 +154,8 @@ else
|
||||
fi
|
||||
AC_SUBST(DOWNLOAD)
|
||||
|
||||
ACX_PTHREAD
|
||||
|
||||
AC_LANG(C)
|
||||
|
||||
AC_ARG_ENABLE(dev-mode,
|
||||
|
Reference in New Issue
Block a user