From fcf0f02ac3a56cac20b452fa8b2dbaad20cf2431 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 6 Mar 2013 23:22:29 +0900 Subject: [PATCH] eeze: correct a typo to enable the correct build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1776a85cc..79d562b4f1 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