From 0227c77de427fe9fa0cc4e9600d273f3936b075d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 9 Oct 2009 15:21:59 +0000 Subject: [PATCH] Remove boost check, the macro I'm using has serious bugs that only shows up on some systems. Originally committed to SVN as r3659. --- aegisub/configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aegisub/configure.in b/aegisub/configure.in index 46607af43..1e7492edd 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -680,12 +680,12 @@ else with_provider_ffmpegsource="no" fi -BOOST_REQUIRE([boost_required_version]) -BOOST_FIND_HEADER([boost/format.hpp], [found_boost="no"; with_provider_ffmpegsource="no"]) +#BOOST_REQUIRE([boost_required_version]) +#BOOST_FIND_HEADER([boost/format.hpp], [found_boost="no"; with_provider_ffmpegsource="no"]) -if test "$found_boost" = "no"; then - AC_MSG_WARN([Boost is required for FFmpegSource support.]) -fi +#if test "$found_boost" = "no"; then +# AC_MSG_WARN([Boost is required for FFmpegSource support.]) +#fi AM_CONDITIONAL([HAVE_PROVIDER_FFMPEGSOURCE], [test "$with_provider_ffmpegsource" = "yes"]) AC_SUBST(LIBPOSTPROC_LIBS)