diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-01-29 12:06:44 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-02-05 13:47:01 +0000 |
commit | 19ec3c5e2230f982789f18c8e7bf77eabef68ad0 (patch) | |
tree | a0a92ace3291554ddfbb53356c1b2fc5eb6d79fe | |
parent | b31de9cde52f940af0d2c563163de98ded20a9a8 (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>
-rw-r--r-- | configure.ac | 8 |
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" |