GUACAMOLE-623: Add warning when Kubernetes support will not be built. Fix summary output from configure.
This commit is contained in:
parent
c5f67a31dc
commit
77a866129b
@ -1190,7 +1190,12 @@ then
|
|||||||
AC_CHECK_LIB([websockets],
|
AC_CHECK_LIB([websockets],
|
||||||
[lws_create_context],
|
[lws_create_context],
|
||||||
[WEBSOCKETS_LIBS="$WEBSOCKETS_LIBS -lwebsockets"],
|
[WEBSOCKETS_LIBS="$WEBSOCKETS_LIBS -lwebsockets"],
|
||||||
[have_libwebsockets=no])
|
[AC_MSG_WARN([
|
||||||
|
--------------------------------------------
|
||||||
|
Unable to find libwebsockets.
|
||||||
|
Support for Kubernetes will be disabled.
|
||||||
|
--------------------------------------------])
|
||||||
|
have_libwebsockets=no])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for client-specific closed event, which must be used in favor of the
|
# Check for client-specific closed event, which must be used in favor of the
|
||||||
@ -1339,7 +1344,7 @@ $PACKAGE_NAME version $PACKAGE_VERSION
|
|||||||
libVNCServer ........ ${have_libvncserver}
|
libVNCServer ........ ${have_libvncserver}
|
||||||
libvorbis ........... ${have_vorbis}
|
libvorbis ........... ${have_vorbis}
|
||||||
libpulse ............ ${have_pulse}
|
libpulse ............ ${have_pulse}
|
||||||
libwebsockets ....... ${have_websockets}
|
libwebsockets ....... ${have_libwebsockets}
|
||||||
libwebp ............. ${have_webp}
|
libwebp ............. ${have_webp}
|
||||||
wsock32 ............. ${have_winsock}
|
wsock32 ............. ${have_winsock}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user