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

Andrzej J.R. Hunt andrzej at ahunt.org
Wed Jul 17 04:25:07 PDT 2013


 configure.ac |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

New commits:
commit 5c97e88cfaff99dc9a1e250883febde11cbcaa94
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date:   Wed Jul 17 13:19:40 2013 +0200

    Disable firebird with --disable-database-connectivity.
    
    Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db

diff --git a/configure.ac b/configure.ac
index 6c1d695..5243d3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8085,7 +8085,6 @@ dnl Check for Firebird stuff
 dnl ===================================================================
 ENABLE_FIREBIRD_SDBC=""
 if test "x$enable_firebird_sdbc" = "xyes"; then
-
     SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"
 
     dnl ===================================================================
@@ -8118,16 +8117,19 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
             AC_MSG_ERROR([Ensure firebird 2.5.x is installed])
         fi
         AC_MSG_RESULT([includes $FIREBIRD_CFLAGS, libraries $FIREBIRD_LIBS])
+        ENABLE_FIREBIRD_SDBC="TRUE"
+    elif test "$enable_database_connectivity" != yes; then
+        AC_MSG_RESULT([none])
     else
-	dnl ===================================================================
-	dnl Check for system libatomic-ops
-	dnl ===================================================================
-	libo_CHECK_SYSTEM_MODULE([libatomic_ops],[ATOMIC_OPS],[atomic_ops >= 0.7.2])
-	if test "$with_system_libatomic_ops" = "yes"; then
-		SYSTEM_LIBATOMIC_OPS=YES
-	    AC_CHECK_HEADERS(atomic_ops.h, [],
-	       [AC_MSG_ERROR(atomic_ops.h not found. install libatomic-ops)], [])
-	fi
+        dnl ===================================================================
+        dnl Check for system libatomic-ops
+        dnl ===================================================================
+        libo_CHECK_SYSTEM_MODULE([libatomic_ops],[ATOMIC_OPS],[atomic_ops >= 0.7.2])
+        if test "$with_system_libatomic_ops" = "yes"; then
+            SYSTEM_LIBATOMIC_OPS=YES
+            AC_CHECK_HEADERS(atomic_ops.h, [],
+            [AC_MSG_ERROR(atomic_ops.h not found. install libatomic-ops)], [])
+        fi
 
         AC_MSG_RESULT([internal])
         SYSTEM_FIREBIRD=NO
@@ -8149,9 +8151,9 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
         dnl LIBS=$save_LIBS
 
         BUILD_TYPE="$BUILD_TYPE FIREBIRD"
+        ENABLE_FIREBIRD_SDBC="TRUE"
     fi
 
-    ENABLE_FIREBIRD_SDBC="TRUE"
 fi
 AC_SUBST(ENABLE_FIREBIRD_SDBC)
 AC_SUBST(SYSTEM_FIREBIRD)


More information about the Libreoffice-commits mailing list