Browse Source

Fix bug that breaks pdo_mysql when built shared (was not being linked to the

mysql libraries).

If you have another mysql module loaded, this would not have been noticable.
PHP-5.1
Wez Furlong 21 years ago
parent
commit
aae30f20fc
  1. 2
      ext/pdo_mysql/config.m4

2
ext/pdo_mysql/config.m4

@ -117,9 +117,9 @@ if test "$PHP_PDO_MYSQL" != "no"; then
])
PDO_MYSQL_MODULE_TYPE=external
PDO_MYSQL_SHARED_LIBADD=$PDO_MYSQL_LIBS
PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)
PHP_SUBST_OLD(PDO_MYSQL_MODULE_TYPE)
PHP_SUBST_OLD(PDO_MYSQL_LIBS)
fi
fi

Loading…
Cancel
Save