stefan pushed a commit to branch devs/stefan/mingw-hackery.

commit 838322f4ddccd433ce1dec45ab64dd94433b13eb
Author: Stefan Schmidt <[email protected]>
Date:   Thu Mar 7 14:09:54 2013 +0000

    Disable the libmount conditional as it fails on mingw due to eeze being 
skipped:
    
    configure: error: conditional "EEZE_LIBMOUNT_AFTER_219" was never defined.
    Usually this means the macro was only invoked conditionally.
---
 configure.ac | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index 79d562b..05f86fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3152,16 +3152,6 @@ 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])

-- 

------------------------------------------------------------------------------
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