From bde7e2ece937641dbecd3cd513a350145c37de64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Fri, 8 Jan 2021 08:16:30 +0000 Subject: [PATCH] Fix configure test mysql --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d16a929..1d8fc40 100755 --- a/configure +++ b/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."