cedric pushed a commit to branch master.

commit c70e82bf448ec0a2038d9c66b6743fd73de23f25
Author: Cedric Bail <[email protected]>
Date:   Sun Mar 10 15:53:24 2013 +0900

    eeze: put all the AM_CONDITIONAL outside of the ninja if.
---
 configure.ac | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index d43be7b..f613a9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3160,16 +3160,10 @@ PKG_CHECK_EXISTS([mount > 2.19.0],
 AC_MSG_CHECKING([Use new libmount API (older than 2.19.0)])
 AC_MSG_RESULT([${have_libmount_new}])
 
-AM_CONDITIONAL([EEZE_LIBMOUNT_AFTER_219],
-              [test "x${have_libmount_new}" = "xyes"])
 if test "x${have_libmount_old}" = "xyes"; then
   AC_DEFINE_UNQUOTED([OLD_LIBMOUNT], [1], [using first version of libmount])
 fi
 
-AM_CONDITIONAL([EEZE_LIBMOUNT_BEFORE_219],
-               [test "x${have_libmount_old}" = "xyes"])
-AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xyes"])
-
 ## modules
 if test "${want_tizen}"  = "yes"; then
   PKG_CHECK_MODULES([TIZEN_SENSOR], [capi-system-sensor])
@@ -3208,6 +3202,11 @@ AC_DEFINE_UNQUOTED([EEZE_EJECT_BIN], 
["$with_eeze_eject"], [eject bin to use])
 
 EFL_LIB_END_OPTIONAL([Eeze])
 
+AM_CONDITIONAL([EEZE_LIBMOUNT_AFTER_219],
+              [test "x${have_libmount_new}" = "xyes"])
+AM_CONDITIONAL([EEZE_LIBMOUNT_BEFORE_219],
+               [test "x${have_libmount_old}" = "xyes"])
+AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test "x${have_eeze_mount}" = "xyes"])
 AM_CONDITIONAL([HAVE_EEZE_TIZEN], [test "x${want_tizen}" = "xyes"])
 #### End of Eeze
 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to