author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 3 Dec 2006 09:38:52 +0000 (10:38 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 3 Dec 2006 09:38:52 +0000 (10:38 +0100) | ||
commit | 892b93369877df7996b1dd04b0bed8ecf65ee9b4 | |
tree | 317f4027c2762cab6e02bf1f9c0b33acd7debd19 | tree | snapshot |
parent | 845b2d2577461a4bc2bf4385cb521b4ad575651d | commit | diff |
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.
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 | diff | blob | history | |
src/email.c | diff | blob | history |