diff options
author | Sascha Schumann <sas@php.net> | 2000-03-07 16:49:17 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-03-07 16:49:17 +0000 |
commit | a2121549aa274b36597764316c630f54bad4fed9 (patch) | |
tree | 3614bbed01054fa959f9ecb9875c5f0604831c92 /TSRM | |
parent | 6e1ad8c00deba09e514a7b16c9c28001eb51f7ca (diff) | |
download | php-git-a2121549aa274b36597764316c630f54bad4fed9.tar.gz |
Move the sincludes outside of AC_DEFUN(), so PHP can use the macros
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index 317e9f8132..3f64ebf803 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -50,11 +50,10 @@ AC_MSG_RESULT(yes - installed in $PTH_PREFIX) ]) - -AC_DEFUN(TSRM_CHECK_PTHREADS,[ - sinclude(threads.m4) sinclude(TSRM/threads.m4) + +AC_DEFUN(TSRM_CHECK_PTHREADS,[ PTHREADS_CHECK |