From: Antony Dovgal Date: Tue, 22 Aug 2006 13:01:44 +0000 (+0000) Subject: MFH: fix separate TSRM build X-Git-Tag: RELEASE_1_2_2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05a1ac2a3505d982a59107fae03e454a52a23a16;p=php MFH: 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 ddaf038f18..d8fee6eeb7 100644 --- a/configure.in +++ b/configure.in @@ -211,6 +211,7 @@ dnl Include Zend and TSRM configurations. dnl ------------------------------------------------------------------------- sinclude(Zend/Zend.m4) +sinclude(TSRM/threads.m4) sinclude(TSRM/tsrm.m4)