Kaydet (Commit) 7b4bdab8 authored tarafından Michael Meeks's avatar Michael Meeks

MPLv2 subset improvement.

Change-Id: I96efcab67f05407923b022dfd95a94fd8c2169ed
üst 457bc1eb
...@@ -12247,6 +12247,15 @@ AC_MSG_CHECKING([MPL subset]) ...@@ -12247,6 +12247,15 @@ AC_MSG_CHECKING([MPL subset])
MPL_SUBSET= MPL_SUBSET=
if test "$enable_mpl_subset" = "yes"; then if test "$enable_mpl_subset" = "yes"; then
warn_report=false
if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
warn_report=true
elif test "x$ENABLE_REPORTBUILDER" = "xTRUE"; then
warn_report=true
fi
if test "$warn_report" = "true"; then
AC_MSG_ERROR([need to --disable-report-builder - extended database report builder.])
fi
if test "x$enable_postgresql_sdbc" != "xno"; then if test "x$enable_postgresql_sdbc" != "xno"; then
AC_MSG_ERROR([need to --disable-postgresql-sdbc - the postgress database backend.]) AC_MSG_ERROR([need to --disable-postgresql-sdbc - the postgress database backend.])
fi fi
......
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