X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=configure.ac;h=482237321d526bbdfa37f512498dc018dadaf738;hp=7fcb650b4f9480454b9325ee9702da6dcd21bc6a;hb=92a5fb679f1464734e6700b817d93240200e3664;hpb=ad58f7a2caeeecf25a9d69aecf96a5fcc77fffcd diff --git a/configure.ac b/configure.ac index 7fcb650..4822373 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,8 @@ AC_PROG_CC AC_PROG_LIBTOOL # Checks for libraries. +LT_LIB_DLLOAD +LT_LIB_M # Checks for header files. AC_HEADER_STDC @@ -20,7 +22,8 @@ AC_HEADER_STDC # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. - +AC_CHECK_LIB([socket],[connect]) +AC_CHECK_LIB([pthread],[pthread_create]) # Custom check for os, similar to webkit