mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
configure.ac: fix message when missing SASL lib
This commit is contained in:
parent
43c5b4f973
commit
5fc7fb68ae
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user