[Libreoffice-commits] core.git: configure.ac

Norbert Thiebaud nthiebaud at gmail.com
Fri Feb 5 13:47:22 UTC 2016


 configure.ac |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 19ec3c5e2230f982789f18c8e7bf77eabef68ad0
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Jan 29 12:06:44 2016 +0100

    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 at libreoffice.org>
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/configure.ac b/configure.ac
index fec39bf..ca5ae09 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"
 


More information about the Libreoffice-commits mailing list