View | Details | Raw Unified | Return to bug 144859
Collapse All | Expand All

(-)sapi/apache2filter/config.m4 2010-03-19 00:50:53.000000000 +0800 (-1 / +1 lines)
Lines 118-124 Link Here
118
    ;;
118
    ;;
119
  esac
119
  esac
120
120
121
  if test "$APXS_MPM" != "prefork"; then
121
  if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork" -a "$APXS_MPM" != "peruser"; then
122
    PHP_BUILD_THREAD_SAFE
122
    PHP_BUILD_THREAD_SAFE
123
  fi
123
  fi
124
  AC_MSG_RESULT(yes)
124
  AC_MSG_RESULT(yes)
(-)sapi/apache2handler/config.m4 2010-03-19 00:51:13.000000000 +0800 (-1 / +1 lines)
Lines 117-123 Link Here
117
    ;;
117
    ;;
118
  esac
118
  esac
119
119
120
  if test "$APXS_MPM" != "prefork"; then
120
  if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork" -a "$APXS_MPM" != "peruser"; then
121
    PHP_BUILD_THREAD_SAFE
121
    PHP_BUILD_THREAD_SAFE
122
  fi
122
  fi
123
  AC_MSG_RESULT(yes)
123
  AC_MSG_RESULT(yes)

Return to bug 144859