From 80df0efa62747ea6f14c6470d042c653ba93e8b3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 14:57:35 -0800 Subject: [PATCH] Using new function for libguac check. --- protocols/vnc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/vnc/configure.in b/protocols/vnc/configure.in index 7f1805cb..0e9f0d48 100644 --- a/protocols/vnc/configure.in +++ b/protocols/vnc/configure.in @@ -43,7 +43,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Checks for libraries. -AC_CHECK_LIB([guac], [guac_get_client],, AC_MSG_ERROR("libguac is required for communication via the guacamole protocol")) +AC_CHECK_LIB([guac], [guac_client_plugin_open],, AC_MSG_ERROR("libguac must be installed first")) AC_CHECK_LIB([cairo], [cairo_create],, AC_MSG_ERROR("cairo is required for drawing instructions")) AC_CHECK_LIB([vncclient], [rfbInitClient],, AC_MSG_ERROR("libvncclient is required"))