only enable eeze 1.1 with libmount 2.18.0 for now

SVN revision: 56936
This commit is contained in:
Mike Blumenkrantz 2011-02-10 21:11:54 +00:00
parent 5e34e80706
commit 7d9ff2c338
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ elif test $udev_version -lt 148;then
fi
eeze_mount=
PKG_CHECK_EXISTS([mount >= 2.18.0],
PKG_CHECK_EXISTS([mount == 2.18.0],
[
AC_DEFINE([HAVE_EEZE_MOUNT], [1], [Eeze is mount-capable])
AM_CONDITIONAL([HAVE_EEZE_MOUNT], [true])