tags 401518 + patch
thanks

Adding a define of _REENTRANT to the configure.in file an running autoconf
on the source seems to fix the problem. I don't know if it's correct since
I don't know anything about autoconf voodoo, but I hope it is...

Patch attached. (Don't forget to run "autoconf" to update "configure".)

-- 
Regards,
Andreas Henriksson
--- bfilter-1.0.6/configure.in  2006-07-23 08:21:36.000000000 +0000
+++ bfilter-1.0.6-fixed/configure.in    2006-12-04 11:00:38.000000000 +0000
@@ -94,6 +94,7 @@
 
 
 AC_LANG_PUSH(C++)
+AC_DEFINE(_REENTRANT,1,[Set to 1 to use thread-safe library routines])
 AC_CHECK_HEADER(ace/ACE.h,, AC_MSG_ERROR(
 [ACE headers not found.
 ACE stands for Adaptive Communication Environment and can be found at

Reply via email to