mirror of https://github.com/Cisco-Talos/clamav
parent
2c0fa85f2c
commit
74b9ce40b0
@ -1,3 +1,6 @@ |
||||
have_pthreads=no |
||||
AC_CHECK_HEADER([pthread.h],[have_pthreads=yes]) |
||||
|
||||
AC_ARG_ENABLE([pthreads], |
||||
[ --disable-pthreads disable POSIX threads support], |
||||
have_pthreads=$enableval,) |
||||
|
Loading…
Reference in new issue