autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: _AC_FUNC_MALLOC_IF: Fix comment typo.


From: Ralf Wildenhues
Subject: FYI: _AC_FUNC_MALLOC_IF: Fix comment typo.
Date: Sun, 4 Nov 2007 17:05:37 +0100
User-agent: Mutt/1.5.17 (2007-11-02)

    * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.

diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 95f7b73..7b6bb36 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -881,7 +881,7 @@ char *malloc ();
               [ac_cv_func_malloc_0_nonnull=no],
               [ac_cv_func_malloc_0_nonnull=no])])
 AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2])
-])# AC_FUNC_MALLOC
+])# _AC_FUNC_MALLOC_IF
 
 
 # AC_FUNC_MALLOC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]