[Libreoffice-commits] core.git: configure.ac

Fridrich Å trba fridrich.strba at bluewin.ch
Mon Mar 11 05:52:51 PDT 2013


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3e4835a107c0c71fea9a25a10e8a39a5fb7fabfd
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Mar 11 13:52:21 2013 +0100

    Declare MARIADBCONFIG precious, so that it can be overriden
    
    Change-Id: I585e57cc7eb15016374c284aa2295df0ebe799ad

diff --git a/configure.ac b/configure.ac
index 82f7268..c9eac83 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`


More information about the Libreoffice-commits mailing list