summaryrefslogtreecommitdiff
path: root/TSRM/threads.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-12-30 07:08:39 +0000
committerfoobar <sniper@php.net>2004-12-30 07:08:39 +0000
commit69eec3f3b95a372342f4ad837d90e445abca66ab (patch)
tree7da5543a98fbda8cd305564f3a320300f92f1657 /TSRM/threads.m4
parent57eddbd7d079e8bdfd196eb455e7da60b22a5f3a (diff)
downloadphp-git-69eec3f3b95a372342f4ad837d90e445abca66ab.tar.gz
MFB_4_3: Quote macro names in AC_DEFUN()
Diffstat (limited to 'TSRM/threads.m4')
-rw-r--r--TSRM/threads.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/TSRM/threads.m4 b/TSRM/threads.m4
index 790579656e..e2ae7a1033 100644
--- a/TSRM/threads.m4
+++ b/TSRM/threads.m4
@@ -30,7 +30,7 @@ dnl PTHREADS_FLAGS
dnl
dnl Set some magic defines to achieve POSIX threads conformance
dnl
-AC_DEFUN(PTHREADS_FLAGS,[
+AC_DEFUN([PTHREADS_FLAGS],[
if test -z "$host_alias" && test -n "$host"; then
host_alias=$host
fi
@@ -65,7 +65,7 @@ dnl PTHREADS_CHECK_COMPILE
dnl
dnl Check whether the current setup can use POSIX threads calls
dnl
-AC_DEFUN(PTHREADS_CHECK_COMPILE, [
+AC_DEFUN([PTHREADS_CHECK_COMPILE], [
AC_TRY_RUN( [
#include <pthread.h>
#include <stddef.h>
@@ -100,7 +100,7 @@ dnl -pthreads gcc (Solaris)
dnl -qthreaded AIX cc V5
dnl -threads gcc (HP-UX)
dnl
-AC_DEFUN(PTHREADS_CHECK,[
+AC_DEFUN([PTHREADS_CHECK],[
if test "$beos_threads" = "1"; then
pthreads_working="yes"
@@ -154,7 +154,7 @@ fi
])dnl
dnl
dnl
-AC_DEFUN(PTHREADS_ASSIGN_VARS,[
+AC_DEFUN([PTHREADS_ASSIGN_VARS],[
if test -n "$ac_cv_pthreads_lib"; then
LIBS="$LIBS -l$ac_cv_pthreads_lib"
fi