Commit 31022565 for guacamole.apache.org
commit 3102256550f0643c5e20a58c70e957a4258fe812
Author: Virtually Nick <vnick@apache.org>
Date: Sat Feb 28 10:57:17 2026 -0500
GUACAMOLE-2236: Change build against FreeRDP development versions from error to warning.
diff --git a/configure.ac b/configure.ac
index 7d0f0004..ebb6eb34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -808,8 +808,9 @@ then
],
[AC_MSG_RESULT([no])],
[AC_MSG_RESULT([yes])]
- [AC_MSG_ERROR([
+ [AC_MSG_WARN([
--------------------------------------------
+ !!! WARNING !!!
You are building against a development version of FreeRDP. Non-release
versions of FreeRDP may have differences in behavior that are impossible to
check for at build time. This may result in memory leaks or other strange
@@ -817,8 +818,8 @@ then
*** PLEASE USE A RELEASED VERSION OF FREERDP IF POSSIBLE ***
- If you are ABSOLUTELY CERTAIN that building against this version of FreeRDP
- is OK, rerun configure with the --enable-allow-freerdp-snapshots
+ You can suppress this warning by re-running the configure script with the
+ --enable-allow-freerdp-snapshots flag.
--------------------------------------------])])
fi