diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-07 15:20:01 +0000 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-05-11 10:15:44 +0200 |
commit | 752a1e27246e768984fed43153f3327379b76c99 (patch) | |
tree | 48d1c44655f258c6e4afb9ee9923d196ea8b24c6 /config_host | |
parent | e57462cd7b08df2794b1c81e7bb15ed96afef1f1 (diff) |
(try to) fix dbaccess firebird-related tests
after 1c5c9b84df270e41c68e68bb69fbf183fc20eed2
Move headless check into test and add missing component file for firebird...
Also check for ENABLE_FIREBIRD_SDBC...
Change-Id: I27ea9fb08ebcce701a54686a8986e5071a8bcf96
Reviewed-on: https://gerrit.libreoffice.org/53940
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_firebird.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_firebird.h.in b/config_host/config_firebird.h.in index c6aa43ac54f3..b56056cf6ae9 100644 --- a/config_host/config_firebird.h.in +++ b/config_host/config_firebird.h.in @@ -5,6 +5,8 @@ Settings for Firebird #ifndef CONFIG_FIREBIRD_H #define CONFIG_FIREBIRD_H +#define ENABLE_FIREBIRD_SDBC 0 + #define HAVE_FIREBIRD_30 0 #endif |