dbaccess: Fix --without-java build
ENABLE_FIREBIRD_SDBC condition was added in
9aaf21b285
"sd: function to return a presentation info in a JSON document"
for no apparent reason.
Change-Id: Ia9a68340a73b87ed51a8b9c4a7fb3e67c59e7b68
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170887
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
parent
98706cbfa6
commit
43812baa4c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|||
CppunitTest_dbaccess_empty_stdlib_save \
|
||||
CppunitTest_dbaccess_nolib_save \
|
||||
CppunitTest_dbaccess_hsqlschema_import \
|
||||
$(if $(ENABLE_FIREBIRD_SDBC),CppunitTest_dbaccess_CRMDatabase_test) \
|
||||
))
|
||||
endif
|
||||
|
||||
|
@ -61,6 +60,7 @@ ifeq ($(ENABLE_JAVA),TRUE)
|
|||
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
||||
CppunitTest_dbaccess_hsqldb_test \
|
||||
CppunitTest_dbaccess_RowSetClones \
|
||||
CppunitTest_dbaccess_CRMDatabase_test \
|
||||
))
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue