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

Norbert Thiebaud nthiebaud at gmail.com
Fri Jun 27 22:32:30 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3934ec179f1b14c92ae7acc998318564ef06d3f2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Jun 28 07:29:56 2014 +0200

    revert forcing system-odbc on MAc as Maverick dropped system support
    
    We prolly need to look at iODBC and how to carry the headers
    as 'external'
    Note the dylib for runtime are still in 10.9
    
    Change-Id: I6cad2b90fcb61b5787c0599e40d48a74b8ff917a

diff --git a/configure.ac b/configure.ac
index 4da7afc..c3cc055 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8797,7 +8797,7 @@ dnl ===================================================================
 dnl Check for system odbc
 dnl ===================================================================
 AC_MSG_CHECKING([which odbc headers to use])
-if test "$with_system_odbc" = "yes" -o "$_os" = Darwin ; then
+if test "$with_system_odbc" = "yes" ; then
     AC_MSG_RESULT([external])
     SYSTEM_ODBC_HEADERS=TRUE
 


More information about the Libreoffice-commits mailing list