]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, configure, configure.in:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:30:50 +0000 (14:30 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:30:50 +0000 (14:30 +0000)
  configure.in: Add test for sys/mount.h (required for e2fsck's ext3
   recovery code)

ChangeLog
configure
configure.in

index cc1b29cef168738e15f0be90a048ffd4f65504b3..b4cff48fa045f8dda83a576c36a96f222d738d4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-14    <tytso@valinux.com>
+
+       * configure.in: Add test for sys/mount.h (required for e2fsck's
+               ext3 recovery code)
+
 2000-07-13    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.19
index f0f3efcf52cfca11573d4cfa668101ff4c0b7a17..f046c492f21e2b070225ed3c1aaecf68577632d8 100644 (file)
--- a/configure
+++ b/configure
@@ -3925,7 +3925,7 @@ test -n "$BUILD_CC" && break
 done
 
 fi
-for ac_hdr in stdlib.h unistd.h stdarg.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h signal.h termios.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
+for ac_hdr in stdlib.h unistd.h stdarg.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h signal.h termios.h linux/fd.h linux/major.h sys/disklabel.h sys/mount.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
index 3d3fa95c9a07653889c5c0df0468a43e06d43a93..783807ed795d2887d31cb85edbaae714b122a89c 100644 (file)
@@ -363,7 +363,7 @@ if test $cross_compiling = no; then
 else
   AC_CHECK_PROGS(BUILD_CC, gcc cc)
 fi
-AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h signal.h termios.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 signal.h termios.h linux/fd.h linux/major.h sys/disklabel.h sys/mount.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