]> granicus.if.org Git - php/commitdiff
MFH: fix separate TSRM build
authorAntony Dovgal <tony2001@php.net>
Tue, 22 Aug 2006 13:01:44 +0000 (13:01 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 22 Aug 2006 13:01:44 +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 ddaf038f18b5d0fcf994b8f9d81eb571182852c2..d8fee6eeb7bac7dd0e5e74e29a19e2aa75d96d03 100644 (file)
@@ -211,6 +211,7 @@ dnl Include Zend and TSRM configurations.
 dnl -------------------------------------------------------------------------
 
 sinclude(Zend/Zend.m4)
+sinclude(TSRM/threads.m4)
 sinclude(TSRM/tsrm.m4)