checking for libmount newer than 2.19.0 means newer, not older

This commit is contained in:
Mike Blumenkrantz 2014-01-24 23:25:58 -05:00
parent 48c2a3c890
commit 01a4b8bacb
1 changed files with 1 additions and 1 deletions

View File

@ -3189,7 +3189,7 @@ AC_MSG_RESULT([${have_libmount_219}])
PKG_CHECK_EXISTS([mount > 2.19.0],
[have_libmount_new="yes"],
[have_libmount_new="no"])
AC_MSG_CHECKING([Use new libmount API (older than 2.19.0)])
AC_MSG_CHECKING([Use new libmount API (newer than 2.19.0)])
AC_MSG_RESULT([${have_libmount_new}])
if test "x${have_libmount_old}" = "xyes"; then