about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-03-19 14:34:01 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-03-19 14:34:01 +0000
commitf40278ec0b45c31211782c3fcd6eff9515de7f63 (patch)
tree9fe0deaf5667b8e660c97051c386ec1e2dae17e1 /zshconfig.ac
parentad47f84fa87f59da8c48640861d1ed363762a921 (diff)
downloadzsh-f40278ec0b45c31211782c3fcd6eff9515de7f63.tar.gz
zsh-f40278ec0b45c31211782c3fcd6eff9515de7f63.tar.xz
zsh-f40278ec0b45c31211782c3fcd6eff9515de7f63.zip
16862: allow print's -s and -z options to be used with -f
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshconfig.ac b/zshconfig.ac
index 86540a893..902981547 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -951,7 +951,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \
 	       tgetent tigetflag tigetnum tigetstr setupterm \
 	       pcre_compile pcre_study pcre_exec \
 	       nl_langinfo \
-	       erand48)
+	       erand48 open_memstream)
 AC_FUNC_STRCOLL
 
 dnl  Check if tgetent accepts NULL (and will allocate its own termcap buffer)