From 649e0df5d61ada12dca6dec29e88e08ea258b181 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 26 Nov 2011 01:09:55 -0800 Subject: [PATCH] Changed libguac check function to one that still exists. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7796b46..f2fe2f2 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AM_INIT_AUTOMAKE(guacd, 0.4.0) AC_PROG_CC # Checks for libraries. -AC_CHECK_LIB([guac], [guac_get_client],, AC_MSG_ERROR("libguac must be installed first")) +AC_CHECK_LIB([guac], [guac_client_plugin_open],, AC_MSG_ERROR("libguac must be installed first")) AC_CHECK_LIB([pthread], [pthread_create]) # Checks for header files. -- 1.7.10.4