Added -b option to specify bind address, using getaddrinfo() for address and port...
[guacd.git] / configure.in
index ed4d1ed..f2fe2f2 100644 (file)
@@ -41,9 +41,8 @@ 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])
-AC_CHECK_LIB([wsock32], [main])
 
 # Checks for header files.
 AC_CHECK_HEADERS([netinet/in.h stdlib.h string.h sys/socket.h syslog.h unistd.h guacamole/client.h])