tom 2005/07/23 21:16:32 BST
Modified files:
exim-doc/doc-txt experimental-spec.txt
Log:
Two minor corrections in the BMI section
Revision Changes Path
1.5 +2 -2 exim/exim-doc/doc-txt/experimental-spec.txt
Index: experimental-spec.txt
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/experimental-spec.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- experimental-spec.txt 21 Jul 2005 21:22:53 -0000 1.4
+++ experimental-spec.txt 23 Jul 2005 20:16:32 -0000 1.5
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/experimental-spec.txt,v 1.4 2005/07/21 21:22:53 jetmore Exp $
+$Cambridge: exim/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 @@
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.