Added -lpthread for semaphore

This commit is contained in:
Michael Jumper
2010-09-22 00:15:41 -07:00
parent df066bcfb8
commit b6e7e8038e

View File

@@ -10,6 +10,7 @@ AC_PROG_LIBTOOL
# Checks for libraries. # Checks for libraries.
AC_CHECK_LIB([png], [png_write_png]) AC_CHECK_LIB([png], [png_write_png])
AC_CHECK_LIB([pthread], [sem_init])
AC_CHECK_LIB([uuid], [uuid_generate]) AC_CHECK_LIB([uuid], [uuid_generate])
# Checks for header files. # Checks for header files.