diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-27 19:07:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-27 22:40:00 +0200 |
commit | 5988d888099d018ca1000bb17341c9529c538649 (patch) | |
tree | ba6445d0e62a76a87bae2abc9392811aef09e465 /configure.ac | |
parent | 30020423bd76c6770db1627cfec684708ab3427c (diff) |
Remove Extensions_MySQLConnector junk
...left over from 26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1 "Moving mysqlc into
connectivity as a library". (Apparently, for one, a module's Files that don't
exist are ignored, so 8ecf5e1815b5459bc0bbcdfb398d3bd53b0c2861 "Build fix, make
install: mysql-connector-ooo extension is gone" removing
gid_File_Oxt_MySQLConnector but not
gid_Module_Optional_Extensions_MySQLConnector referencing it didn't cause
trouble; and for another, an empty module is ignored, so there were no
extension-mysql-connector packages generated any more---but better clean up the
junk anyway.)
Change-Id: If598a968dfbbe9b5f16d735e8011e192cbd4178b
Reviewed-on: https://gerrit.libreoffice.org/59669
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 88571f0308f4..7ba6545c7ae5 100644 --- a/configure.ac +++ b/configure.ac @@ -8332,9 +8332,6 @@ AC_SUBST(MARIADBC_MINOR) AC_SUBST(MARIADBC_MICRO) if test "$ENABLE_MARIADBC" = "TRUE"; then - - SCPDEFS="$SCPDEFS -DWITH_EXTENSION_MARIADBC" - dnl =================================================================== dnl Check for system MariaDB dnl =================================================================== |