mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-13 11:54:31 +08:00
ChangeLog, configure.in:
Add check for malloc.h and mallinfo().
This commit is contained in:
parent
3f408754bc
commit
6454d84b0d
@ -1,3 +1,7 @@
|
||||
1999-03-16 Theodore Ts'o <tytso@rsts-11.mit.edu>
|
||||
|
||||
* configure.in: Add check for malloc.h and mallinfo().
|
||||
|
||||
1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
|
||||
|
||||
* Release of E2fsprogs 1.14
|
||||
|
@ -318,7 +318,7 @@ AC_CHECK_TOOL(STRIP, strip, :)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_C_CROSS
|
||||
AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h errno.h mntent.h paths.h dirent.h getopt.h setjmp.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h)
|
||||
AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h)
|
||||
AC_FUNC_VPRINTF
|
||||
dnl
|
||||
dnl See if struct dirent has a d_namlen field (like bsd systems), implying
|
||||
@ -391,7 +391,7 @@ AC_MSG_RESULT($e2fsprogs_cv_struct_st_flags)
|
||||
if test "$e2fsprogs_cv_struct_st_flags" = yes; then
|
||||
AC_DEFINE(HAVE_STAT_FLAGS)
|
||||
fi
|
||||
AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown)
|
||||
AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo)
|
||||
dnl
|
||||
dnl Check to see if ino_t is defined
|
||||
dnl
|
||||
|
Loading…
Reference in New Issue
Block a user