[Libreoffice-commits] core.git: configure.ac
Andrzej J.R. Hunt
andrzej at ahunt.org
Wed Jul 17 06:38:38 PDT 2013
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9206f8c2acfe74a400ec557ccf58da220e210651
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Wed Jul 17 15:32:57 2013 +0200
Disable firebird when cross-compiling.
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
diff --git a/configure.ac b/configure.ac
index 5243d3e..6de7893 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8120,6 +8120,8 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
ENABLE_FIREBIRD_SDBC="TRUE"
elif test "$enable_database_connectivity" != yes; then
AC_MSG_RESULT([none])
+ elif test "$cross_compiling" = "yes"; then
+ AC_MSG_RESULT([none])
else
dnl ===================================================================
dnl Check for system libatomic-ops
More information about the Libreoffice-commits
mailing list