mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
* lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
This commit is contained in:
parent
bf5fec7028
commit
44fa054865
@ -1,5 +1,7 @@
|
||||
2007-11-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
|
||||
|
||||
* lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
|
||||
|
||||
* build-aux/.gitignore: Ignore mkinstalldirs.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user