email plugin: Make it possible to build the plugin write-only.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 3 Dec 2006 09:38:52 +0000 (10:38 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 3 Dec 2006 09:38:52 +0000 (10:38 +0100)
commit892b93369877df7996b1dd04b0bed8ecf65ee9b4
tree317f4027c2762cab6e02bf1f9c0b33acd7debd19
parent845b2d2577461a4bc2bf4385cb521b4ad575651d
email plugin: Make it possible to build the plugin write-only.

So far the plugin simply imported `pthread.h'. If this headerfile (or the
library for that case) was not present, building the plugin would fail. This
patch makes `libpthread' a soft dependency, i. e. it's only necessary if you
want to read from the socket. Without `libpthread' being available the plugin
can still be used in server processes.
src/Makefile.am
src/email.c