summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 3be9d4efcc43..8a0de7e22435 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1742,11 +1742,6 @@ AC_ARG_ENABLE(bundle-mariadb,
[When using MariaDB/MySQL libraries already on system, bundle them with the MariaDB Connector/LibreOffice.])
)
-AC_ARG_WITH(system-mysql-cppconn,
- AS_HELP_STRING([--with-system-mysql-cppconn],
- [Use MySQL C++ Connector libraries already on system.]),,
- [with_system_mysql_cppconn="$with_system_libs"])
-
AC_ARG_WITH(system-postgresql,
AS_HELP_STRING([--with-system-postgresql],
[Use PostgreSQL libraries already on system, for building the PostgreSQL-SDBC
@@ -3815,11 +3810,6 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else
with_system_graphite=no
fi
- if test "$with_system_mysql_cppconn" = "yes"; then
- AC_MSG_ERROR([--with-system-mysql-cppconn conflicts with --enable-dbgutil])
- else
- with_system_mysql_cppconn=no
- fi
if test "$with_system_orcus" = "yes"; then
AC_MSG_ERROR([--with-system-orcus conflicts with --enable-dbgutil])
else