summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-01-29 12:06:44 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-02-05 13:47:01 +0000
commit19ec3c5e2230f982789f18c8e7bf77eabef68ad0 (patch)
treea0a92ace3291554ddfbb53356c1b2fc5eb6d79fe /configure.ac
parentb31de9cde52f940af0d2c563163de98ded20a9a8 (diff)
firebird compat issue with macosx 10.11 was fixed by sberg some time ago
Change-Id: Iee4b0a4e2582dff71aaaf1432adfc891cfb0a195 Reviewed-on: https://gerrit.libreoffice.org/21896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index fec39bf4a4ff..ca5ae09aa290 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8571,14 +8571,6 @@ dnl ===================================================================
dnl Check for Firebird stuff
dnl ===================================================================
ENABLE_FIREBIRD_SDBC=""
-if test -z "$enable_firebird_sdbc" ; then
- if test "$_os" = "Darwin" -a ${MACOSX_SDK_VERSION:-0} -ge 101100 ; then
- AC_MSG_NOTICE([firebird does not build on 10.11.. default to --disable-firebird-sdbc ])
- enable_firebird_sdbc="no"
- else
- enable_firebird_sdbc="yes"
- fi
-fi
if test "$enable_firebird_sdbc" = "yes" ; then
SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"