summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-01-23 16:45:16 -0500
committerTheodore Ts'o <tytso@mit.edu>2003-01-23 16:45:16 -0500
commite12f2ae74c2eb8997bf13adf8fdd7e7313971eae (patch)
treecc85cc43c3584dec3ccaed08e2bb97e75f82bc9a /configure.in
parent76ea3a2c7fc1b6ff03d566af66c971dbf867be45 (diff)
downloade2fsprogs-e12f2ae74c2eb8997bf13adf8fdd7e7313971eae.tar.gz
Integrate new blkid library.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6c1e8ae4..1ed81ccd 100644
--- a/configure.in
+++ b/configure.in
@@ -595,7 +595,7 @@ if test "$e2fsprogs_cv_struct_st_flags" = yes; then
AC_DEFINE(HAVE_STAT_FLAGS)
fi
fi
-AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 getmntinfo strcasecmp srandom fchown mallinfo fdatasync strnlen sysconf pathconf)
+AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen sysconf pathconf)
dnl
dnl Check to see if -lsocket is required (solaris) to make something
dnl that uses socket() to compile; this is needed for the UUID library
@@ -736,7 +736,7 @@ if test -d ${srcdir}/resize ; then
fi
AC_OUTPUT(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)