From 44f878924648c23f5332e8a759b8c419b88724e1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 26 Aug 2018 14:41:17 +0100 Subject: MYSQL_CONNECTOR_CPP not built anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since... commit 26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1 Author: Tamas Bunth Date: Thu Aug 16 16:35:17 2018 +0200 Moving mysqlc into connectivity as a library Additionally I erased the remains of the old mysql C++ connector. Also update the code where the clang plugins were unhappy after moving the mysqlc module. Remove mysql-cpp-connector external. so we don't need the source to it Change-Id: I0436e9f5a9cce87d0294cf3163a97a19566df1f4 Reviewed-on: https://gerrit.libreoffice.org/59605 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0bd0b862729e..f6f25837bcbb 100644 --- a/configure.ac +++ b/configure.ac @@ -8451,7 +8451,6 @@ int main(int argc, char **argv) { LIBS=$save_LIBS else AC_MSG_RESULT([internal]) - BUILD_TYPE="$BUILD_TYPE MYSQL_CONNECTOR_CPP" SYSTEM_MYSQL_CONNECTOR_CPP= fi AC_LANG_POP([C++]) -- cgit