aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b70b95e25..4a36eaddb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,