Skip to content
Snippets Groups Projects
Commit 4fa774b7 authored by Christian Engwer's avatar Christian Engwer
Browse files

disable dune-web is WML is missing

[[Imported from SVN: r6337]]
parent 59e30d16
Branches
Tags
No related merge requests found
......@@ -67,6 +67,9 @@ AC_DEFUN([DUNE_WEB],
# disable dune-web in official tarball mode
AS_IF([test "x$enable_officialtarballs" = "xyes"],[with_duneweb=""])
# disable dune-web if wml is missing
AS_IF([test "x$WML" = "xtrue"],[with_duneweb=""])
AS_IF([test -n "$with_duneweb"],[
AS_IF([test "x$with_duneweb" != "xno"],[
# parameter is set. Check it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment