mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
Fix comment typo re malloc
Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2024-11/msg00048.html
This commit is contained in:
parent
f8c82d2926
commit
1f38316f6a
@ -970,7 +970,7 @@ fi
|
||||
|
||||
# _AC_FUNC_MALLOC_IF(IF-WORKS, IF-NOT[, UNKNOWN-ASSUME])
|
||||
# ------------------------------------------------------
|
||||
# If 'malloc (0, 0)' returns nonnull, run IF-WORKS, otherwise, IF-NOT.
|
||||
# If 'malloc (0)' returns nonnull, run IF-WORKS, otherwise, IF-NOT.
|
||||
# If it is not known whether it works, assume the shell word UNKNOWN-ASSUME,
|
||||
# which should end in "yes" or in something else (the latter is the default).
|
||||
AC_DEFUN([_AC_FUNC_MALLOC_IF],
|
||||
|
Loading…
x
Reference in New Issue
Block a user