autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] fix the comment at the end of _AC_FUNC_REALLOC_IF


From: Adrian Bunk
Subject: [PATCH] fix the comment at the end of _AC_FUNC_REALLOC_IF
Date: Tue, 25 Sep 2012 15:25:03 +0300

* lib/autoconf/functions.m4: fix the comment at the end of
_AC_FUNC_REALLOC_IF
---
 lib/autoconf/functions.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 782393b..de7a6b8 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -1448,7 +1448,7 @@ char *realloc ();
                  *) ac_cv_func_realloc_0_nonnull=no ;;
                esac])])
 AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2])
-])# AC_FUNC_REALLOC
+])# _AC_FUNC_REALLOC_IF
 
 
 # AC_FUNC_REALLOC
-- 
1.7.10.4




reply via email to

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