1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-28 05:21:00 +01:00

Merge pull request #870 from micmac1/libmaria

configure: support MariaDB Connector/C
This commit is contained in:
Gustavo Garcia 2022-07-28 10:06:21 +02:00 committed by GitHub
commit 76c76c1ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
configure vendored
View File

@ -945,7 +945,7 @@ fi
###########################
if [ -z "${TURN_NO_MYSQL}" ] ; then
if testpkg_db mariadb || testpkg_db mysqlclient || test_mysql_config; then
if testpkg_db libmariadb || testpkg_db mariadb || testpkg_db mysqlclient || test_mysql_config; then
${ECHO_CMD} "MySQL found."
else
${ECHO_CMD} "MySQL not found. Building without MySQL support."