* configure.in: Fix a typo. Should check endgrent() instead of

endgrnam().


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-04-27 17:48:28 +00:00
Родитель 8583a7df7b
Коммит d7b32fb4c1
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,12 @@
Sun Apr 28 02:41:05 2013 Tanaka Akira <akr@fsij.org>
* configure.in: Fix a typo. Should check endgrent() instead of
endgrnam().
Sun Apr 28 00:35:45 2013 Tanaka Akira <akr@fsij.org>
* process.c (obj2gid): Don't call endgrnam() if not exist.
Bionic (Android's libc) don't have endgrnam().
* process.c (obj2gid): Don't call endgrent() if not exist.
Bionic (Android's libc) don't have endgrent().
* configure.in: Check endgrnam function.

Просмотреть файл

@ -1701,7 +1701,7 @@ AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall __syscall chroot ge
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
getpriority getrlimit setrlimit sysconf close \
getpwnam_r getgrnam_r endgrnam \
getpwnam_r getgrnam_r endgrent \
dlopen sigprocmask sigaction _setjmp _longjmp\
getsid setsid telldir seekdir fchmod cosh sinh tanh log2 round llabs\
setuid setgid daemon select_large_fdset setenv unsetenv\