Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240264
Collapse All | Expand All

(-)php-5.2.11.orig/ext/mysql/config.m4 (-2 / +1 lines)
Line 89 Link Here
89
  if test "$enable_maintainer_zts" = "yes"; then
89
  if true || test "$enable_maintainer_zts" = "yes"; then
90
--
(-)php-5.2.11.orig/ext/mysqli/config.m4 (-2 / +1 lines)
Line 29 Link Here
29
  elif test "$enable_maintainer_zts" = "yes"; then
29
  elif true || test "$enable_maintainer_zts" = "yes"; then
30
--
(-)php-5.2.11.orig/ext/pdo_mysql/config.m4 (-2 / +1 lines)
Line 61 Link Here
61
    if test "$enable_maintainer_zts" = "yes"; then
61
    if true || test "$enable_maintainer_zts" = "yes"; then
62
--

Return to bug 240264