From b02d799732594eee67cab0f86dc3b09182f628a5 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Thu, 24 Jan 2013 15:43:52 -0500 Subject: convert mysqlc to gbuild and add to tail_build Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2 Reviewed-on: https://gerrit.libreoffice.org/1901 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ed776a6bf6d4..a1dbc237cb15 100644 --- a/configure.ac +++ b/configure.ac @@ -7759,12 +7759,18 @@ AC_MSG_CHECKING([whether to build the MySQL Connector extension]) if test "x$enable_ext_mysql_connector" = "xyes" -a "x$enable_extension_integration" != "xno"; then AC_MSG_RESULT([yes]) ENABLE_MYSQLC=YES + MYSQLC_MAJOR=1 + MYSQLC_MINOR=0 + MYSQLC_MICRO=1 BUILD_TYPE="$BUILD_TYPE MYSQLC" else AC_MSG_RESULT([no]) ENABLE_MYSQLC=NO fi AC_SUBST(ENABLE_MYSQLC) +AC_SUBST(MYSQLC_MAJOR) +AC_SUBST(MYSQLC_MINOR) +AC_SUBST(MYSQLC_MICRO) if test "$ENABLE_MYSQLC" = "YES"; then -- cgit