X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=581710e2972656da7e487b832dd7cc3869d0144f;hp=e6dc26fe4e329b5955a4560597b60adec6634efb;hb=0a97ffa6074b6b69b9982d83b398145c5ac860ab;hpb=c44ed3d9615e8fb8e660903f61a16fe21599f4e9 diff --git a/configure.ac b/configure.ac index e6dc26fe..581710e2 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,9 @@ AC_CHECK_MEMBER([struct stat.st_mtim], # Required libraries # ############################################################################### +# ------------------------------ pthreads ------------------------------------- +AX_PTHREAD([], [AC_MSG_ERROR(["cannot find pthreads library"])]) + # ------------------------------ libxml2 -------------------------------------- AC_CHECK_LIB([xml2], [xmlParseFile], [], [AC_MSG_ERROR(["cannot find libxml2"])])