Kaydet (Commit) d744bcae authored tarafından Michael Stahl's avatar Michael Stahl

normalize values of BUILD_POSTGRESQL_SDBC

Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
üst a96ac994
...@@ -8381,7 +8381,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then ...@@ -8381,7 +8381,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
CPPFLAGS=$save_CPPFLAGS CPPFLAGS=$save_CPPFLAGS
LIBS=$save_LIBS LIBS=$save_LIBS
fi fi
BUILD_POSTGRESQL_SDBC=YES BUILD_POSTGRESQL_SDBC=TRUE
fi fi
AC_SUBST(WITH_KRB5) AC_SUBST(WITH_KRB5)
AC_SUBST(WITH_GSSAPI) AC_SUBST(WITH_GSSAPI)
......
...@@ -92,7 +92,7 @@ $(eval $(call gb_Module_add_targets,connectivity,\ ...@@ -92,7 +92,7 @@ $(eval $(call gb_Module_add_targets,connectivity,\
)) ))
endif endif
ifeq ($(BUILD_POSTGRESQL_SDBC),YES) ifneq ($(BUILD_POSTGRESQL_SDBC),)
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
Configuration_postgresql \ Configuration_postgresql \
Library_postgresql-sdbc \ Library_postgresql-sdbc \
......
...@@ -430,7 +430,7 @@ postprocess_FILES_xsltfilter := \ ...@@ -430,7 +430,7 @@ postprocess_FILES_xsltfilter := \
$(call gb_XcuFilterFiltersTarget_get_target,fcfg_xslt_filters.xcu) \ $(call gb_XcuFilterFiltersTarget_get_target,fcfg_xslt_filters.xcu) \
$(call gb_XcuFilterTypesTarget_get_target,fcfg_xslt_types.xcu) $(call gb_XcuFilterTypesTarget_get_target,fcfg_xslt_types.xcu)
ifeq ($(BUILD_POSTGRESQL_SDBC),YES) ifneq ($(BUILD_POSTGRESQL_SDBC),)
postprocess_XCDS += postgresql.xcd postprocess_XCDS += postgresql.xcd
postprocess_DEPS_postgresql := main postprocess_DEPS_postgresql := main
postprocess_FILES_postgresql := $(call gb_XcuModuleTarget_get_target,connectivity/registry/postgresql)/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu postprocess_FILES_postgresql := $(call gb_XcuModuleTarget_get_target,connectivity/registry/postgresql)/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment