summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 82f726835334..c9eac8303663 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7554,6 +7554,7 @@ if test "$ENABLE_MARIADBC" = "YES"; then
if test "$with_system_mariadb" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_MARIADB=YES
+ AC_ARG_VAR(MARIADBCONFIG, [Setting this variable will override the mariadb_config script detection])
AC_PATH_PROG( MARIADBCONFIG, mariadb_config)
AC_MSG_CHECKING([MariaDB version])
MARIADB_VERSION=`$MARIADBCONFIG --version`