summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas François <nicolas.francois@centraliens.net>2013-08-11 00:53:50 +0200
committerNicolas François <nicolas.francois@centraliens.net>2013-08-11 00:53:50 +0200
commitd83866d0064c960b315831476f2f6fd5bf6adae7 (patch)
tree53083e464a66d272ba761216b4154e372dbc4b06
parent14ebc92d8cbb587f332448b5bc885ff3eec0bf12 (diff)
Fix typo.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dcfffd36..30391436 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])])
AC_CHECK_FUNCS(l64a fchmod fchown fsync futimes getgroups gethostname getspnam \
gettimeofday getusershell getutent initgroups lchown lckpwdf lstat \
lutimes memcpy memset setgroups sigaction strchr updwtmp updwtmpx innetgr \
- getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo
+ getpwnam_r getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo \
ruserok)
AC_SYS_LARGEFILE