diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-17 15:32:57 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-17 15:32:57 +0200 |
commit | 9206f8c2acfe74a400ec557ccf58da220e210651 (patch) | |
tree | e6e16c21996e354fdd47f59e765dc95f5c271c53 /configure.ac | |
parent | 02de3c122086a573edb3a2739caf9b33a2b1c8de (diff) |
Disable firebird when cross-compiling.
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |