mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
Added -lpthread for semaphore
This commit is contained in:
@@ -10,6 +10,7 @@ AC_PROG_LIBTOOL
|
||||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB([png], [png_write_png])
|
||||
AC_CHECK_LIB([pthread], [sem_init])
|
||||
AC_CHECK_LIB([uuid], [uuid_generate])
|
||||
|
||||
# Checks for header files.
|
||||
|
Reference in New Issue
Block a user