X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7766a4f0bde58b3456f26dc584aa869cd1340f3c..5ea815927da4109ae019a30dac22151c5b988094:/src/src/EDITME diff --git a/src/src/EDITME b/src/src/EDITME index 901fd4366..b5301022a 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.10 2005/03/29 14:19:21 ph10 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.12 2005/06/15 14:16:05 fanf2 Exp $ ################################################## # The Exim mail transport agent # @@ -693,7 +693,8 @@ ZCAT_COMMAND=/usr/bin/zcat # Support for dynamically-loaded string expansion functions via ${dlfunc. If # 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. +# that the local_scan API is made available by the linker. You may also need +# to add -ldl to EXTRALIBS so that dlopen() is available to Exim. # EXPAND_DLFUNC=yes