Oops double commit.

SVN revision: 34621
This commit is contained in:
Cedric BAIL 2008-05-19 16:47:37 +00:00
parent 84435200a8
commit 575a80cdc8
1 changed files with 0 additions and 18 deletions

View File

@ -200,22 +200,6 @@ else
AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 0, [support old eet file format])
fi
dnl Disable support for old eet file format.
old_eet_file_format="yes"
AC_ARG_ENABLE(old-eet-file-format,
AC_HELP_STRING(
[--disable-old-eet-file-format],
[disable old eet file format support. [[default=enabled]]]
),
[ old_eet_file_format=$enableval ]
)
AM_CONDITIONAL(EET_OLD_EET_FILE_FORMAT, test "x$old_eet_file_format" = "xyes")
if test "x$old_eet_file_format" = "xyes"; then
AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 1, [support old eet file format])
else
AC_DEFINE(EET_OLD_EET_FILE_FORMAT, 0, [support old eet file format])
fi
#AM_CHECK_DOXYGEN()
AC_OUTPUT([
@ -248,8 +232,6 @@ echo " Coverage.............: ${enable_coverage}"
echo
echo " Old eet file format..: ${old_eet_file_format}"
echo
echo " Old eet file format..: ${old_eet_file_format}"
echo
echo " Compilation..........: make"
echo
echo " Installation.........: make install"