diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 19:30:17 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 19:30:17 +0000 |
commit | f9632196267ea5548dec4177bd6df873393e43be (patch) | |
tree | 741fbfa9efcc6cdd87e66538a0a195f3a73af294 /configure.ac | |
parent | cca6952abf9e3dbe27434f1b10e626b582c7f8d2 (diff) |
efl: remove option to enable old EET format.
It's disabled. If user wants to enable, give
-DEET_OLD_EET_FILE_FORMAT=1 to CFLAGS.
SVN revision: 77790
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac index 9b65062150..c68e8bc824 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -631,30 +631,6 @@ AC_MSG_NOTICE([Eet checks]) | |||
631 | 631 | ||
632 | EFL_ENABLE_BIN([eet]) | 632 | EFL_ENABLE_BIN([eet]) |
633 | 633 | ||
634 | # Old eet file format support | ||
635 | |||
636 | AC_ARG_ENABLE(old-eet-file-format, | ||
637 | [AC_HELP_STRING( | ||
638 | [--disable-old-eet-file-format], | ||
639 | [disable old eet file format support @<:@default=enabled@:>@])], | ||
640 | [ | ||
641 | if test "x${enableval}" = "xyes" ; then | ||
642 | old_eet_file_format="yes" | ||
643 | else | ||
644 | old_eet_file_format="no" | ||
645 | fi | ||
646 | ], | ||
647 | [old_eet_file_format="yes"]) | ||
648 | |||
649 | AC_MSG_CHECKING([whether to support old eet file format]) | ||
650 | AC_MSG_RESULT([${old_eet_file_format}]) | ||
651 | |||
652 | if test "x${old_eet_file_format}" = "xyes" ; then | ||
653 | AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 1, [support old eet file format]) | ||
654 | else | ||
655 | AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 0, [support old eet file format]) | ||
656 | fi | ||
657 | |||
658 | AC_ARG_WITH([crypto], | 634 | AC_ARG_WITH([crypto], |
659 | [AC_HELP_STRING([--with-crypto=CRYPTO], | 635 | [AC_HELP_STRING([--with-crypto=CRYPTO], |
660 | [use the predefined build crypto, one of: | 636 | [use the predefined build crypto, one of: |
@@ -1024,8 +1000,6 @@ echo "Eet" | |||
1024 | echo | 1000 | echo |
1025 | echo " Secure layer.........: ${build_crypto}" | 1001 | echo " Secure layer.........: ${build_crypto}" |
1026 | echo | 1002 | echo |
1027 | echo " Old eet file format..: ${old_eet_file_format}" | ||
1028 | echo | ||
1029 | echo " Tests................: make check (Coverage: ${_efl_enable_coverage})" | 1003 | echo " Tests................: make check (Coverage: ${_efl_enable_coverage})" |
1030 | echo " Examples.............: make examples" | 1004 | echo " Examples.............: make examples" |
1031 | echo " installation.......: make install-examples" | 1005 | echo " installation.......: make install-examples" |