From 8328b792861038159b1db5362fabd38134bbe795 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 23 Feb 2017 00:34:45 +0900 Subject: 40604: revert to the old method if getutent() is not available --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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], -- cgit 1.4.1