]> git.pld-linux.org Git - packages/php.git/blobdiff - php-threads-acfix.patch
- typo fix
[packages/php.git] / php-threads-acfix.patch
index ef065818380e2131b8355b2657c9c3c5ba3cdb91..2245eacc1b2386cdd9b380cf6bd78a9d700a4e13 100644 (file)
@@ -1,6 +1,7 @@
---- php-4.3.1/TSRM/threads.m4.orig     Wed Feb 19 15:57:09 2003
-+++ php-4.3.1/TSRM/threads.m4  Wed Feb 19 15:57:42 2003
-@@ -108,7 +108,6 @@
+diff -burN php-5.0.4RC1.orig/TSRM/threads.m4 php-5.0.4RC1/TSRM/threads.m4
+--- php-5.0.4RC1.orig/TSRM/threads.m4  2005-03-15 18:02:27.630294512 +0100
++++ php-5.0.4RC1/TSRM/threads.m4       2005-03-15 18:07:05.301082136 +0100
+@@ -116,7 +116,6 @@
  else
    save_CFLAGS=$CFLAGS
    save_LIBS=$LIBS
@@ -8,7 +9,7 @@
    PTHREADS_CHECK_COMPILE
    LIBS=$save_LIBS
    CFLAGS=$save_CFLAGS
-@@ -126,9 +125,10 @@
+@@ -134,9 +133,10 @@
          break
        fi
      done
  
  AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[
  ac_cv_pthreads_lib=
-@@ -155,6 +155,7 @@
+@@ -163,6 +163,7 @@
  dnl
  dnl
- AC_DEFUN(PTHREADS_ASSIGN_VARS,[
+ AC_DEFUN([PTHREADS_ASSIGN_VARS],[
 +if test "$pthreads_assign_done" != "yes" ; then
  if test -n "$ac_cv_pthreads_lib"; then
    LIBS="$LIBS -l$ac_cv_pthreads_lib"
  fi
-@@ -163,4 +164,6 @@
+@@ -170,4 +171,6 @@
  if test -n "$ac_cv_pthreads_cflags"; then
    CFLAGS="$CFLAGS $ac_cv_pthreads_cflags"
  fi
 +pthreads_assign_done="yes"
 +fi
  ])dnl
---- php-4.3.4/TSRM/tsrm.m4.orig        2003-10-03 07:25:30.000000000 +0200
-+++ php-4.3.4/TSRM/tsrm.m4     2003-12-16 23:36:50.274455176 +0100
-@@ -68,7 +68,6 @@
- ])
- sinclude(threads.m4)
--sinclude(TSRM/threads.m4)
- AC_DEFUN(TSRM_CHECK_PTHREADS,[
-               
---- php-4.3.4/configure.in.orig        2003-12-16 23:38:01.000000000 +0100
-+++ php-4.3.4/configure.in     2003-12-16 23:41:38.479641328 +0100
-@@ -204,6 +204,7 @@
- sinclude(Zend/acinclude.m4)
- sinclude(Zend/Zend.m4)
-+sinclude(TSRM/threads.m4)
- sinclude(TSRM/tsrm.m4)
This page took 0.066487 seconds and 4 git commands to generate.