* acfunctions.m4 (AC_FUNC_GETGROUPS): Typo :(.

This commit is contained in:
Akim Demaille 2001-01-22 10:13:15 +00:00
parent 9a2be393e9
commit 3c835cbe13
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-01-22 Akim Demaille <akim@epita.fr>
* acfunctions.m4 (AC_FUNC_GETGROUPS): Typo :(.
2001-01-22 Lars J. Aas <larsa@sim.no>
* aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O):

View File

@ -421,7 +421,7 @@ if test $ac_cv_func_getgroups = yes; then
AC_CACHE_CHECK([for working getgroups], ac_cv_func_getgroups_works,
[AC_RUN_IFELSE([AC_LANG_PROGRAM([],
[[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
exit (getgroups (0, 0) == -1 ? 1 : 0);])]],
exit (getgroups (0, 0) == -1 ? 1 : 0);]])],
[ac_cv_func_getgroups_works=yes],
[ac_cv_func_getgroups_works=no],
[ac_cv_func_getgroups_works=no])

View File

@ -421,7 +421,7 @@ if test $ac_cv_func_getgroups = yes; then
AC_CACHE_CHECK([for working getgroups], ac_cv_func_getgroups_works,
[AC_RUN_IFELSE([AC_LANG_PROGRAM([],
[[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
exit (getgroups (0, 0) == -1 ? 1 : 0);])]],
exit (getgroups (0, 0) == -1 ? 1 : 0);]])],
[ac_cv_func_getgroups_works=yes],
[ac_cv_func_getgroups_works=no],
[ac_cv_func_getgroups_works=no])