diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-01-23 16:45:16 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-01-23 16:45:16 -0500 |
commit | e12f2ae74c2eb8997bf13adf8fdd7e7313971eae (patch) | |
tree | cc85cc43c3584dec3ccaed08e2bb97e75f82bc9a /configure | |
parent | 76ea3a2c7fc1b6ff03d566af66c971dbf867be45 (diff) | |
download | e2fsprogs-e12f2ae74c2eb8997bf13adf8fdd7e7313971eae.tar.gz |
Integrate new blkid library.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4676,7 +4676,7 @@ EOF fi fi -for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strcasecmp srandom fchown mallinfo fdatasync strnlen sysconf pathconf +for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen sysconf pathconf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4683: checking for $ac_func" >&5 @@ -5028,7 +5028,7 @@ ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "MCONFIG Makefile util/Makefile util/subst.conf lib/et/Makefile lib/ss/Makefile lib/ext2fs/Makefile lib/e2p/Makefile lib/uuid/Makefile - lib/evms/Makefile + lib/blkid/Makefile lib/blkid/blkid_types.h lib/evms/Makefile misc/Makefile ext2ed/Makefile e2fsck/Makefile debugfs/Makefile \ tests/Makefile tests/progs/Makefile $rmakefile doc/Makefile intl/Makefile po/Makefile.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 @@ -5213,7 +5213,7 @@ cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"MCONFIG Makefile util/Makefile util/subst.conf lib/et/Makefile lib/ss/Makefile lib/ext2fs/Makefile lib/e2p/Makefile lib/uuid/Makefile - lib/evms/Makefile + lib/blkid/Makefile lib/blkid/blkid_types.h lib/evms/Makefile misc/Makefile ext2ed/Makefile e2fsck/Makefile debugfs/Makefile \ tests/Makefile tests/progs/Makefile $rmakefile doc/Makefile intl/Makefile po/Makefile.in"} |