Kaydet (Commit) 3a8c8537 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

For wiki-ext check also java and ext support.

üst a45542c6
...@@ -7046,7 +7046,7 @@ if test "$ENABLE_PRESENTER_SCREEN" = "YES" -o "$ENABLE_MINIMIZER" = "YES" -o "$E ...@@ -7046,7 +7046,7 @@ if test "$ENABLE_PRESENTER_SCREEN" = "YES" -o "$ENABLE_MINIMIZER" = "YES" -o "$E
fi fi
AC_MSG_CHECKING([whether to build the Wiki Publisher extension]) AC_MSG_CHECKING([whether to build the Wiki Publisher extension])
AS_IF([test "x$enable_ext_wiki_publisher" = "xyes"], [ AS_IF([test "x$enable_ext_wiki_publisher" = "xyes" -a -o "x$enable_extension_integration" != "xno" -a "$with_java" != "no"], [
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_MSG_CHECKING([for swext module]) AC_MSG_CHECKING([for swext module])
ENABLE_MEDIAWIKI=YES ENABLE_MEDIAWIKI=YES
......
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