Signed-off-by: Henri Verbeet hverbeet@codeweavers.com --- configure.ac | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac index d5f6588f..a9db1723 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ AC_OUTPUT dnl Output configuration summary AS_IF([test "x$CROSSTARGET32" != "xno" -o "x$CROSSTARGET64" != "xno"], [HAVE_CROSSTEST=yes], [HAVE_CROSSTEST=no]) +AS_IF([test $DX_FLAG_doc = 1], [HAVE_DOCS=yes], [HAVE_DOCS=no])
AS_ECHO([" Configuration summary for $PACKAGE $VERSION @@ -156,6 +157,7 @@ AS_ECHO(["
Building demos: ${enable_demos} Building tests: ${enable_tests} + Building documentation: ${HAVE_DOCS}
Building crosstests: ${HAVE_CROSSTEST}"]) AS_IF([test "x$CROSSTARGET32" != "xno"], [AS_ECHO([" Using 32-bit cross compiler: $CROSSCC32"])])
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=78959
Your paranoid android.
=== debiant (build log) ===
error: patch failed: configure.ac:145 Task: Patch failed to apply
=== debiant (build log) ===
error: patch failed: configure.ac:145 Task: Patch failed to apply