summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-24 18:56:16 +0000
committerWez Furlong <wez@php.net>2005-11-24 18:56:16 +0000
commitaae30f20fcd8ef2b0661fc925f4b938fe144f6e5 (patch)
tree64e63d26700351341f6d1531a82715480b620bb9
parent8e49bacf953635139f9a2621f3ea0a6e7c394740 (diff)
downloadphp-git-aae30f20fcd8ef2b0661fc925f4b938fe144f6e5.tar.gz
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.
-rwxr-xr-xext/pdo_mysql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index 5b00aaacad..5a3bbdf317 100755
--- a/ext/pdo_mysql/config.m4
+++ b/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