Declare MARIADBCONFIG precious, so that it can be overriden

Change-Id: I585e57cc7eb15016374c284aa2295df0ebe799ad
This commit is contained in:
Fridrich Štrba
2013-03-11 13:52:21 +01:00
parent 3e736d50b9
commit 3e4835a107

View File

@@ -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`