summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-17 15:32:57 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-17 15:32:57 +0200
commit9206f8c2acfe74a400ec557ccf58da220e210651 (patch)
treee6e16c21996e354fdd47f59e765dc95f5c271c53 /configure.ac
parentfirebird: remove more patch hunks that just re-order link arguments (diff)
downloadcore-9206f8c2acfe74a400ec557ccf58da220e210651.tar.gz
core-9206f8c2acfe74a400ec557ccf58da220e210651.zip
Disable firebird when cross-compiling.
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5243d3e0f206..6de7893a45fc 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