diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 17:10:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 17:10:22 +0000 |
commit | 1f15613899dc28150911da2dba7758b262644468 (patch) | |
tree | 03f96ee30941155625d26a344620a1ca56ecca10 | |
parent | 7e5d340abe68cb521b9bc351db791ea87b7dfc5d (diff) | |
download | zsh-1f15613899dc28150911da2dba7758b262644468.tar.gz zsh-1f15613899dc28150911da2dba7758b262644468.tar.xz zsh-1f15613899dc28150911da2dba7758b262644468.zip |
26304: Mikael Magnusson: change tense in link warning
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 57853752c..2f00b3d1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-01-13 Peter Stephenson <pws@csr.com> + * 26304: Mikael Magnusson: configure.ac: logical correction + in link warning. + * 26393: Src/Zle/zle_refresh.c: turn off text attributes when deleting text, to avoid them being used for inserted blanks. @@ -10904,5 +10907,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4507 $ +* $Revision: 1.4508 $ ***************************************************** diff --git a/configure.ac b/configure.ac index 299b64f76..4b73c2bad 100644 --- a/configure.ac +++ b/configure.ac @@ -2965,7 +2965,7 @@ echo "See config.modules for installed modules and functions. case x$LIBS in *-lgdbm*) - echo "WARNING: zsh has been linked against libgdbm. + echo "WARNING: zsh will be linked against libgdbm. This means the binary is covered by the GNU General Public License. This does not affect the source code. Run configure with --disable-gdbm if required." |