From: Theodore Ts'o Date: Tue, 16 Mar 1999 19:24:34 +0000 (+0000) Subject: ChangeLog, configure.in: X-Git-Tag: E2FSPROGS-1_15~43 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6454d84b0de7c0c852bb92755dfba1baadcd232b;p=tools%2Fe2fsprogs.git ChangeLog, configure.in: Add check for malloc.h and mallinfo(). --- diff --git a/ChangeLog b/ChangeLog index d13d0c9..140acd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-03-16 Theodore Ts'o + + * configure.in: Add check for malloc.h and mallinfo(). + 1999-01-09 Theodore Ts'o * Release of E2fsprogs 1.14 diff --git a/configure.in b/configure.in index a9b5567..513b05c 100644 --- a/configure.in +++ b/configure.in @@ -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