summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-03-17 15:27:39 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-03-17 15:27:39 +0100
commit92335693f199ba11b8fe7f573cbb9104fc3460c7 (patch)
tree13387b0d4b5469c24fe0415f7d7831e6c86f826b
parentce03127a4cda764ee397692ec0137131a6531af3 (diff)
build: fix a copy&paste typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3bcc2ea..3f19962 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,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([You must install the Cyrus SASL development package in order to compile spice-gtk])
fi
CFLAGS="$old_cflags"
LIBS="$old_libs"