From 443a1db04ac422c65c47f636112473c48190deb4 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Tue, 25 Jun 2013 12:16:03 +0900 Subject: [PATCH] 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]) -- 2.7.4