]> granicus.if.org Git - php/commitdiff
fix separate TSRM build
authorAntony Dovgal <tony2001@php.net>
Tue, 22 Aug 2006 13:01:27 +0000 (13:01 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 22 Aug 2006 13:01:27 +0000 (13:01 +0000)
TSRM/tsrm.m4
configure.in

index bf4a872ac62803b99b1e4c354025c83115ba24f9..85e6a83a833176a03726a2269852b27c910f8386 100644 (file)
@@ -68,7 +68,6 @@ AC_DEFUN([TSRM_CHECK_ST],[
 ])
 
 sinclude(threads.m4)
-sinclude(TSRM/threads.m4)
 
 AC_DEFUN([TSRM_CHECK_PTHREADS],[
                
index d94a4da823c4bea4df44dbb949b29d8175c2a4a0..6dbdec23c849211e4c5ce0783f0ae5f209b10660 100644 (file)
@@ -209,6 +209,7 @@ dnl Include Zend and TSRM configurations.
 dnl -------------------------------------------------------------------------
 
 sinclude(Zend/Zend.m4)
+sinclude(TSRM/threads.m4)
 sinclude(TSRM/tsrm.m4)