Kaydet (Commit) 19ec3c5e authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

firebird compat issue with macosx 10.11 was fixed by sberg some time ago

Change-Id: Iee4b0a4e2582dff71aaaf1432adfc891cfb0a195
Reviewed-on: https://gerrit.libreoffice.org/21896Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst b31de9cd
...@@ -8571,14 +8571,6 @@ dnl =================================================================== ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment