diff options
author | Tony Finch <dot@dot.at> | 2005-06-15 14:16:05 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2005-06-15 14:16:05 +0000 |
commit | 612ba564e598548543eb4d3e2313d7be687beb9b (patch) | |
tree | a36276ee9e3a3f9329d6407281b47f4a08cc81c5 /src | |
parent | 1ea70a03c5568925dcee1a35e6e6a879f2848b26 (diff) |
Fix typo in previous commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/EDITME | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index 2ab6386df..b5301022a 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.11 2005/06/15 14:12:49 fanf2 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.12 2005/06/15 14:16:05 fanf2 Exp $ ################################################## # The Exim mail transport agent # @@ -694,7 +694,7 @@ ZCAT_COMMAND=/usr/bin/zcat # you are using gcc the dynamically-loaded object must be compiled with the # -shared option, and you will need to add -export-dynamic to EXTRALIBS so # that the local_scan API is made available by the linker. You may also need -# to add -ldl to EXTRALIMS so that dlopen() is available to Exim. +# to add -ldl to EXTRALIBS so that dlopen() is available to Exim. # EXPAND_DLFUNC=yes |