diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-03-12 09:15:29 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-03-12 09:15:29 +0000 |
commit | be598e0f047c4ff98919182d59a601a5a6633ada (patch) | |
tree | 7c09bbaf640db606d04aca6e95c399b754e7666c /configure.in | |
parent | 34dfbf55a3363739f588aae68229cbead0c38d93 (diff) |
cmcfixes73: #i110068# unify headers in one place
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.in b/configure.in index d3e5a0757435..6c6033c192bc 100644 --- a/configure.in +++ b/configure.in @@ -374,7 +374,7 @@ AC_ARG_ENABLE(mysql-connector, AC_ARG_WITH(system-mysql, [ --with-system-mysql Use MySQL libraries already on system, for building the MySQL Connector/OOo extension. Requires MYSQLCONFIG to point to the mysql_config executable. -],,with_system_mysql="no") +],,) AC_ARG_WITH(libmysql-path, [ --with-libmysql-path Use Connector/C (libmysql) installation for building the MySQL Connector/OOo extension. @@ -3940,13 +3940,6 @@ int main(int argc, char **argv) { ], [AC_MSG_RESULT(OK)], [AC_MSG_ERROR([not suitable, we need >= 1.0.6])]) AC_LANG_POP([C++]) - AC_MSG_CHECKING([STL compatibility]) - if test "$WITH_STLPORT" != "no"; then - AC_MSG_ERROR([to use system mysqlcppconn you need to use --without-stlport]) - else - AC_MSG_RESULT([OK]) - fi - else AC_MSG_RESULT([internal]) AC_MSG_CHECKING([for mysqlcppconn module]) |