diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:15:54 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:15:54 +0000 |
commit | 423ae915ee3857e835d39fd61187bf8df657d0f3 (patch) | |
tree | 149ed230f1083c5efc4aa8687569d6d1f08d8523 /configure.ac | |
parent | faba14f129809bb4e448e160b26d998abef2b035 (diff) |
efl: eet binary is not optional anymore.
it's pointless to have this and may cause problems or complex
configure.ac when we have libraries that use 'eet' during its compile
phase (like elementary generates its profile/configuration).
SVN revision: 77815
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 78d2b95dc6..584ba0c3f5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -570,8 +570,6 @@ AC_MSG_NOTICE([Eet checks]) | |||
570 | 570 | ||
571 | ### Additional options to configure | 571 | ### Additional options to configure |
572 | 572 | ||
573 | EFL_ENABLE_BIN([eet]) | ||
574 | |||
575 | AC_ARG_WITH([crypto], | 573 | AC_ARG_WITH([crypto], |
576 | [AC_HELP_STRING([--with-crypto=CRYPTO], | 574 | [AC_HELP_STRING([--with-crypto=CRYPTO], |
577 | [use the predefined build crypto, one of: | 575 | [use the predefined build crypto, one of: |