]> git.pld-linux.org Git - packages/php.git/blobdiff - php-threads-acfix.patch
- updated for 4.3.11
[packages/php.git] / php-threads-acfix.patch
index ef065818380e2131b8355b2657c9c3c5ba3cdb91..d5d8570dcccd141f347bc46dcc815448263ac3c7 100644 (file)
 @@ -155,6 +155,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 @@
+@@ -162,4 +163,6 @@
  if test -n "$ac_cv_pthreads_cflags"; then
    CFLAGS="$CFLAGS $ac_cv_pthreads_cflags"
  fi
This page took 0.029379 seconds and 4 git commands to generate.