浏览代码

Merge pull request #870 from micmac1/libmaria

configure: support MariaDB Connector/C
Gustavo Garcia 3 年之前
父节点
当前提交
76c76c1ca1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure

+ 1 - 1
configure

@@ -945,7 +945,7 @@ fi
 ###########################
 ###########################
 
 
 if [ -z "${TURN_NO_MYSQL}" ] ; then
 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."
         ${ECHO_CMD} "MySQL found."
     else
     else
         ${ECHO_CMD} "MySQL not found. Building without MySQL support."
         ${ECHO_CMD} "MySQL not found. Building without MySQL support."