discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=01a4b8bacb49094dc3b3f0ecd69129081e6ae98c

commit 01a4b8bacb49094dc3b3f0ecd69129081e6ae98c
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jan 24 23:25:58 2014 -0500

    checking for libmount newer than 2.19.0 means newer, not older
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 433f4a6..6bfb7f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

-- 


Reply via email to