From: Antony Dovgal Date: Tue, 22 Aug 2006 13:01:27 +0000 (+0000) Subject: fix separate TSRM build X-Git-Tag: RELEASE_1_0_0RC1~1910 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24bafae5393629b49f102c67cfefdf669bf4aa36;p=php fix separate TSRM build --- diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index bf4a872ac6..85e6a83a83 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -68,7 +68,6 @@ AC_DEFUN([TSRM_CHECK_ST],[ ]) sinclude(threads.m4) -sinclude(TSRM/threads.m4) AC_DEFUN([TSRM_CHECK_PTHREADS],[ diff --git a/configure.in b/configure.in index d94a4da823..6dbdec23c8 100644 --- a/configure.in +++ b/configure.in @@ -209,6 +209,7 @@ dnl Include Zend and TSRM configurations. dnl ------------------------------------------------------------------------- sinclude(Zend/Zend.m4) +sinclude(TSRM/threads.m4) sinclude(TSRM/tsrm.m4)