From: Cedric BAIL Date: Wed, 6 Mar 2013 14:22:29 +0000 (+0900) Subject: eeze: correct a typo to enable the correct build. X-Git-Tag: submit/devel/efl/20131022.203902~1692^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcf0f02ac3a56cac20b452fa8b2dbaad20cf2431;p=platform%2Fupstream%2Fefl.git eeze: correct a typo to enable the correct build. --- diff --git a/configure.ac b/configure.ac index c1776a8..79d562b 100644 --- a/configure.ac +++ b/configure.ac @@ -3160,7 +3160,7 @@ fi AM_CONDITIONAL([EEZE_LIBMOUNT_BEFORE_219], [test "x${have_libmount_old}" = "xyes"]) -AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xno"]) +AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xyes"]) ## modules if test "${want_tizen}" = "yes"; then