summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-26 14:41:17 +0100
committerAndras Timar <andras.timar@collabora.com>2018-08-28 20:37:25 +0200
commitf392bc8993461ad748d6465051b48e3c219bcf3d (patch)
tree949657ccad0ea93dede7ff741dcacc1fae99939a /configure.ac
parent3737042d9a730ab642abf967e4089eeb3a76f94d (diff)
MYSQL_CONNECTOR_CPP not built anymore
since... commit 26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1 Author: Tamas Bunth <tamas.bunth@collabora.co.uk> 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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 44f878924648c23f5332e8a759b8c419b88724e1)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e865649034c0..8d19fefed306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8252,7 +8252,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++])