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>
This commit is contained in:
@@ -8571,14 +8571,6 @@ dnl ===================================================================
|
|||||||
dnl Check for Firebird stuff
|
dnl Check for Firebird stuff
|
||||||
dnl ===================================================================
|
dnl ===================================================================
|
||||||
ENABLE_FIREBIRD_SDBC=""
|
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
|
if test "$enable_firebird_sdbc" = "yes" ; then
|
||||||
SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"
|
SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user