]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acfunctions.m4 (AC_FUNC_GETGROUPS): Typo :(.
authorAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 10:13:15 +0000 (10:13 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 10:13:15 +0000 (10:13 +0000)
ChangeLog
acfunctions.m4
lib/autoconf/functions.m4

index 4da74daea4f5da685a4f737eef619f4f90998da8..5ecc94fb5b876fbc1d7d94c897158eeab91a40b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 48c171be6120f9274c70e6cd5c4ff2f64274f170..d6a30c1d5bdb1635155ca8f7292b43af2dcaa006 100644 (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])
index 48c171be6120f9274c70e6cd5c4ff2f64274f170..d6a30c1d5bdb1635155ca8f7292b43af2dcaa006 100644 (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])