about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-01-19 14:47:43 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-01-19 14:47:43 +0000
commit9740af197efca9d1d1a06d39521d69de82e0c2ff (patch)
treeed58974606fa1dbd9e8c65e0019a83e775c04284 /ChangeLog
parentc06782d95b95f6802da6059378e5ad83a1d57ddd (diff)
downloadzsh-9740af197efca9d1d1a06d39521d69de82e0c2ff.tar.gz
zsh-9740af197efca9d1d1a06d39521d69de82e0c2ff.tar.xz
zsh-9740af197efca9d1d1a06d39521d69de82e0c2ff.zip
13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)
to make it possible to override default library selected
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c43e449..f5ad33086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-19  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* 13380: configure.in: replace AC_CHECK_LIB(...,tgetent) with
+	AC_SEARCH_LIBS(tgetent,...) to allow user to override default
+	library selection
+
 2001-01-18  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 13374: Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c,