summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 737a8c2..164d943 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
gl_INIT
-PKG_CHECK_MODULES([EXT2FS], [ext2fs], [], [
+PKG_CHECK_MODULES([EXT2FS], [ext2fs >= 1.27], [], [
AC_MSG_ERROR([Sorry, but we do require libext2fs.])])
PKG_CHECK_MODULES([COM_ERR], [com_err], [], [
AC_MSG_ERROR([Sorry, but we do require libcom_err.])])