mirror of
https://github.com/coturn/coturn.git
synced 2026-05-04 18:36:10 +02:00
Fix configure test mysql
This commit is contained in:
parent
39f21d6d2a
commit
bde7e2ece9
2
configure
vendored
2
configure
vendored
@ -919,7 +919,7 @@ fi
|
||||
###########################
|
||||
|
||||
if [ -z "${TURN_NO_MYSQL}" ] ; then
|
||||
if testpkg_db mariadb || testpkg_server mysqlclient ; then
|
||||
if testpkg_db mariadb || testpkg_db mysqlclient ; then
|
||||
${ECHO_CMD} "MySQL found."
|
||||
else
|
||||
${ECHO_CMD} "MySQL not found. Building without MySQL support."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user