From b191583bb2bbcae93528ae5db47b9d412d0a5a39 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Tue, 7 Oct 2003 11:30:36 +0000 Subject: [PATCH] * acinclude.m4 aclocal.m4 configure configure include/sane/config.h.in sanei/sanei_thread.c: More verbose help messages for --enable-fork-process. Print message about pthread support after all the tests. If libpthread isn't available, try if libc supports pthreead_*. Use macro USE_PTHREAD to check if threads are used in the code. * backend/Makefile.in: Added sanei_pthread.lo to list of object files needed for preloading. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0af00992..7892a3273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-10-07 Henning Meier-Geinitz + + * acinclude.m4 aclocal.m4 configure configure + include/sane/config.h.in sanei/sanei_thread.c: More verbose help + messages for --enable-fork-process. Print message about pthread + support after all the tests. If libpthread isn't available, try if + libc supports pthreead_*. Use macro USE_PTHREAD to check if + threads are used in the code. + * backend/Makefile.in: Added sanei_pthread.lo to list of object + files needed for preloading. + 2003-10-07 Gerhard Jaeger * aclocal.m4 acinlcude.m4 configure configure.in: modified checks for