diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-01-24 15:43:52 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-28 22:54:08 +0000 |
commit | b02d799732594eee67cab0f86dc3b09182f628a5 (patch) | |
tree | 5a90134c1c2ac1ed5a25933ce84a8fdab196030f /configure.ac | |
parent | c322d509231f9e1220fb86be68f13c5f4b135ccb (diff) |
convert mysqlc to gbuild and add to tail_build
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2
Reviewed-on: https://gerrit.libreoffice.org/1901
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
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 |