| Antony Dovgal 2006-08-22, 7:56 am |
| tony2001 Tue Aug 22 13:01:44 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src configure.in
/TSRM tsrm.m4
Log:
MFH: fix separate TSRM build
http://cvs.php.net/viewvc.cgi/php-s...3&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.12 php-src/configure.in:1.579.2.52.2.13
--- php-src/configure.in:1.579.2.52.2.12 Thu Aug 17 14:04:09 2006
+++ php-src/configure.in Tue Aug 22 13:01:44 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.12 2006/08/17 14:04:09 iliaa Exp $ -*- autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.13 2006/08/22 13:01:44 tony2001 Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -211,6 +211,7 @@
dnl -------------------------------------------------------------------------
sinclude(Zend/Zend.m4)
+sinclude(TSRM/threads.m4)
sinclude(TSRM/tsrm.m4)
http://cvs.php.net/viewvc.cgi/TSRM/...1&diff_format=u
Index: TSRM/tsrm.m4
diff -u TSRM/tsrm.m4:1.17 TSRM/tsrm.m4:1.17.4.1
--- TSRM/tsrm.m4:1.17 Sun May 29 23:16:40 2005
+++ TSRM/tsrm.m4 Tue Aug 22 13:01:44 2006
@@ -68,7 +68,6 @@
])
sinclude(threads.m4)
-sinclude(TSRM/threads.m4)
AC_DEFUN([TSRM_CHECK_PTHREADS],[
|