Bump boost dependency to 1.33, versions before aren't tested and may not work.

This commit is contained in:
Mark de Wever 2007-12-08 17:37:12 +00:00
parent a9c17ac59b
commit e265e9f3a0

View file

@ -876,7 +876,7 @@ fi
# Check for boost iostreams #
#######################################################################
BOOST_REQUIRE([1.20])
BOOST_REQUIRE([1.33])
BOOST_IOSTREAMS
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
LDFLAGS="$BOOST_IOSTREAMS_LDFLAGS $LDFLAGS"