]> granicus.if.org Git - php/commit
Don't assume libmysqlclient library name
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 12 Nov 2020 14:09:18 +0000 (15:09 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 12 Nov 2020 14:11:56 +0000 (15:11 +0100)
commit34dd032e4e70a33e3e8fa27e38af62f63601b447
treefd7af7553682ba28adf26af25c235d56b8935a6c
parent2875d0f9204122901f90072263e23e21a857b8a2
Don't assume libmysqlclient library name

By simply dropping the additional checks, in line with the general
guideline of trusting the output of config scripts (this should
be migrated to pkg-config though).

Also drop the code for manually adding -z if mysql_config does not
-- that's not our problem.
ext/mysqli/config.m4
ext/pdo_mysql/config.m4