|
|
|
@ -244,7 +244,7 @@ have_pthreads=$enableval,) |
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(cr, |
|
|
|
|
[ --disable-cr don't link with C reentrant library (BSD) ], |
|
|
|
|
disable_cr=$enableval,) |
|
|
|
|
use_cr=$enableval,) |
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(id-check, |
|
|
|
|
[ --enable-id-check use id utility instead of /etc/passwd parsing], |
|
|
|
@ -424,7 +424,7 @@ dragonfly*) |
|
|
|
|
openbsd*) |
|
|
|
|
if test "$have_pthreads" = "yes"; then |
|
|
|
|
LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -pthread" |
|
|
|
|
if test "$disable_cr" = "yes"; then |
|
|
|
|
if test "$use_cr" = "no"; then |
|
|
|
|
CLAMD_LIBS="$CLAMD_LIBS -pthread" |
|
|
|
|
CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread" |
|
|
|
|
else |
|
|
|
|