summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Kistner <tom@duncanthrax.net>2005-07-23 20:16:32 +0000
committerTom Kistner <tom@duncanthrax.net>2005-07-23 20:16:32 +0000
commit47bbda9903965a1852575b2859357e39a2dd8e50 (patch)
treeb832ed1b7048fd00e067209f78d063ca7fde9a02 /doc
parent3ec3e3bba0e3a5bb855046805b7bcda6c0e327e3 (diff)
Two minor corrections in the BMI section
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/experimental-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 67737e9a6..0cfdcedca 100644
--- a/doc/doc-txt/experimental-spec.txt
+++ b/doc/doc-txt/experimental-spec.txt
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/experimental-spec.txt,v 1.4 2005/07/21 21:22:53 jetmore Exp $
+$Cambridge: exim/doc/doc-txt/experimental-spec.txt,v 1.5 2005/07/23 20:16:32 tom Exp $
From time to time, experimental features may be added to Exim.
While a feature is experimental, there will be a build-time
@@ -300,13 +300,13 @@ These four steps are explained in more details below.
with these lines in Local/Makefile:
EXPERIMENTAL_BRIGHTMAIL=yes
- CFLAGS=-DBRIGHTMAIL -I/path/to/the/dir/with/the/includefile
+ CFLAGS=-I/path/to/the/dir/with/the/includefile
EXTRALIBS_EXIM=-L/path/to/the/dir/with/the/library -lbmiclient_single
If you use other CFLAGS or EXTRALIBS_EXIM settings then
merge the content of these lines with them.
- Note for BMI6.x users: You'll also have to add -lxml2_single
+ Note for BMI6.x users: You'll also have to add -lxml2
to the EXTRALIBS_EXIM line. Users of 5.5x do not need to do
this.