[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, upstream-vcs, updated. a69a05397f2e0ea58ef72d66be1b9700c8b707cf
cedric
cedric at alioth.debian.org
Tue May 20 11:48:04 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit a69a05397f2e0ea58ef72d66be1b9700c8b707cf
Author: cedric <cedric>
Date: Mon May 19 16:47:37 2008 +0000
Oops double commit.
diff --git a/configure.in b/configure.in
index 0be09ab..2e0a505 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
--
Enlightenment DR17 file chunk reading/writing library
More information about the Pkg-e-commits
mailing list