cedric pushed a commit to branch master.

commit 443a1db04ac422c65c47f636112473c48190deb4
Author: Cedric Bail <[email protected]>
Date:   Tue Jun 25 12:16:03 2013 +0900

    eet: move the dependency for crypto.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 556f996..541d045 100644
--- a/configure.ac
+++ b/configure.ac
@@ -832,7 +832,6 @@ EFL_LIB_START([Eet])
 
 ## Compatibility layers
 EFL_PLATFORM_DEPEND([EET], [evil])
-EFL_CRYPTO_DEPEND([EET])
 
 EFL_ADD_LIBS([EET], [-lm])
 
@@ -840,6 +839,7 @@ EFL_ADD_LIBS([EET], [-lm])
 if test "$build_crypto" != "none" ; then
    AC_DEFINE([HAVE_CIPHER], [1], [Have cipher support built in eet])
    AC_DEFINE([HAVE_SIGNATURE], [1], [Have signature support for eet file])
+   EFL_CRYPTO_DEPEND([EET])
 fi
 
 EFL_CHECK_LIBS([EET], [libjpeg zlib])

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to