summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-16 10:38:45 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-16 11:09:15 +0300
commite6b9651756abd339dbbec6b0540ea4fd1f41fec2 (patch)
treebbec6ee1cb5c5a5bd91e6a68da48c485d990814c /configure.ac
parent9de4f3b3fd7843f27ea69788b6e37c5022ac2ad3 (diff)
Revert "force --with-system-odbc on MacOS X and Microsoft Windows"
There is no <sqlext.h> in the current OS X 10.9 SDK, or in the upcoming 10.10 SDK. Besides, if we want to enforce an option on a platform, we should just make the configure script work as if the option had been present, not require it to actually be passed to the configure script. The intent is, to the best of my knowledge, that it should be possible to build LibreOffice without passing any option at all to autogen.sh. This reverts commit 34fe0d32505f64fdef20828c26547cc7f8453212. Change-Id: I0f72bc91bc51fa22ec994d7e39d2b10b9617834c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9f55fac6dc67..ceba12392a1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8616,9 +8616,6 @@ if test "$with_system_odbc" = "yes" ; then
elif test "$enable_database_connectivity" != yes; then
AC_MSG_RESULT([none])
else
- if test $_os = Darwin -o $_os = WINNT; then
- AC_MSG_ERROR([Please use --with-system-odbc on MacOS X and Microsoft Windows.])
- fi
AC_MSG_RESULT([internal])
SYSTEM_ODBC_HEADERS=
fi