浏览代码

Fix configure test mysql

Mészáros Mihály 4 年之前
父节点
当前提交
bde7e2ece9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure

+ 1 - 1
configure

@@ -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."