about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-24 00:05:59 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-24 00:05:59 +0100
commita526a2203b26cb6b9d3546b92761f3b2217805ef (patch)
tree2faf080e7c1715fbe8fce70b8536064539702fdd /configure.ac
parent9161a16b2e2c770c7d518a394208476cf6c418fd (diff)
downloadzsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.gz
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.tar.xz
zsh-a526a2203b26cb6b9d3546b92761f3b2217805ef.zip
33743: use posix_openpt in zpty if it is available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 306a0057d..56c4cfb13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1291,6 +1291,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       pcre_compile pcre_study pcre_exec \
 	       nl_langinfo \
 	       erand48 open_memstream \
+	       posix_openpt \
 	       wctomb iconv \
 	       grantpt unlockpt ptsname \
 	       htons ntohs \