about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2017-02-23 00:34:45 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2017-02-23 00:34:45 +0900
commit8328b792861038159b1db5362fabd38134bbe795 (patch)
treefb10f31bc20dc831f29eabe0ebded72fc585f474 /configure.ac
parent1b0541c52fa20be241a7e601e7650731741d5797 (diff)
downloadzsh-8328b792861038159b1db5362fabd38134bbe795.tar.gz
zsh-8328b792861038159b1db5362fabd38134bbe795.tar.xz
zsh-8328b792861038159b1db5362fabd38134bbe795.zip
40604: revert to the old method if getutent() is not available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c6ece6709..0551a69f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1325,7 +1325,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       cygwin_conv_path \
 	       nanosleep \
 	       srand_deterministic \
-	       setutxent getutxent endutxent)
+	       setutxent getutxent endutxent getutent)
 AC_FUNC_STRCOLL
 
 AH_TEMPLATE([REALPATH_ACCEPTS_NULL],