diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2013-03-06 23:22:29 +0900 |
---|---|---|
committer | Cedric BAIL <cedric.bail@samsung.com> | 2013-03-06 23:22:29 +0900 |
commit | fcf0f02ac3a56cac20b452fa8b2dbaad20cf2431 (patch) | |
tree | 62fa368d26eb6c3e4026aca5b34fd2fef07d9b41 | |
parent | 238e5951bbbd8aaed33908b7822bd1f4b63ee08c (diff) |
eeze: correct a typo to enable the correct build.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c1776a85cc..79d562b4f1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3160,7 +3160,7 @@ fi | |||
3160 | 3160 | ||
3161 | AM_CONDITIONAL([EEZE_LIBMOUNT_BEFORE_219], | 3161 | AM_CONDITIONAL([EEZE_LIBMOUNT_BEFORE_219], |
3162 | [test "x${have_libmount_old}" = "xyes"]) | 3162 | [test "x${have_libmount_old}" = "xyes"]) |
3163 | AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xno"]) | 3163 | AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xyes"]) |
3164 | 3164 | ||
3165 | ## modules | 3165 | ## modules |
3166 | if test "${want_tizen}" = "yes"; then | 3166 | if test "${want_tizen}" = "yes"; then |