diff options
-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." |