[Spice-devel] [PATCH 4/4] configure.ac: fix message when missing SASL lib

Hans de Goede hdegoede at redhat.com
Mon Mar 14 02:26:57 PDT 2011


Ack.

On 03/09/2011 10:20 PM, Alon Levy wrote:
> ---
>   configure.ac |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 31e832b..5580a5d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -337,7 +337,7 @@ if test "x$with_sasl" != "xno"; then
>     elif test "x$with_sasl" = "xyes"; then
>       SASL_LIBS="$SASL_LIBS -lsasl"
>     else
> -    AC_MSG_ERROR([You must install the Cyrus SASL development package in order to compile GTK-VNC])
> +    AC_MSG_ERROR([Missing required Cyrus SASL development package])
>     fi
>     CFLAGS="$old_cflags"
>     LIBS="$old_libs"


More information about the Spice-devel mailing list