" use_netinfo="yes"
have_pthreads="no"
echo "$as_me:$LINENO: result: Darwin detected. Disabling thread support." >&5
echo "${ECHO_T}Darwin detected. Disabling thread support." >&6
;;
"
I've flipped "no" to "yes" and it did compile and install, but the question
in my mind remains if that is OK or it's set to "no" for a reason. It works from the command line, but not from Exim yet.
This is also true on my OS X machine using 20030522. I can't speak for Exim, but all seems well otherwise.
Patch attached... sorry for the sh*t line endings on the patch
Regards, Flinn
--- configure.orig Tue May 27 23:42:59 2003
+++ configure Tue May 27 23:43:05 2003
@@ -9083,9 +9083,9 @@ _ACEOF
_ACEOF
use_netinfo="yes"
- have_pthreads="no"
- echo "$as_me:$LINENO: result: Darwin detected. Disabling thread support." >&5
-echo "${ECHO_T}Darwin detected. Disabling thread support." >&6
+ have_pthreads="yes"
+ //echo "$as_me:$LINENO: result: Darwin detected. Disabling thread support." >&5
+ //echo "${ECHO_T}Darwin detected. Disabling thread support." >&6
;;
sco*)
FRESHCLAM_LIBS="-lsocket"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
