diff options
author | John Jetmore <jj33@pobox.com> | 2006-12-08 03:16:48 +0000 |
---|---|---|
committer | John Jetmore <jj33@pobox.com> | 2006-12-08 03:16:48 +0000 |
commit | 79b5812be1007a9ece8ddcfb375f9e18eb6f8a4e (patch) | |
tree | 4655bcf87310ccc62dd1ed366f67b03d688ee0b1 | |
parent | e57faad2d762accd0c14f509a36adf9525b6ee5d (diff) |
s/EXTRA_LIBS/EXTRALIBS/ in EDITME
-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 cd20335eb..5d5af1ff0 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.18 2006/12/05 11:35:28 ph10 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.19 2006/12/08 03:16:48 jetmore Exp $ ################################################## # The Exim mail transport agent # @@ -859,7 +859,7 @@ SYSTEM_ALIASES_FILE=/etc/aliases # USE_READLINE=yes -# You may need to add -ldl to EXTRA_LIBS when you set USE_READLINE=yes. +# You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes. # Note that this option adds to the size of the Exim binary, because the # dynamic loading library is not otherwise included. |