Changed libguac check function to one that still exists.
This commit is contained in:
parent
4cf9f6b0ab
commit
aa7be62488
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user