OSDN Git Service

ChangeLog, configure.in:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 16 Mar 1999 19:24:34 +0000 (19:24 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Mar 1999 19:24:34 +0000 (19:24 +0000)
  Add check for malloc.h and mallinfo().

ChangeLog
configure.in

index d13d0c9..140acd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a9b5567..513b05c 100644 (file)
@@ -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