]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-vector.hh
Add a proper autoconf check for Boost lambda.hpp.
[lilypond.git] / flower / include / std-vector.hh
index 5c2c09c9d0c908fc7880584774bb11cbda8c2823..1f391de20d4dd609ce8cea4a551c9fe7d649d3df 100644 (file)
@@ -25,7 +25,7 @@
 
 using namespace std;
 
-#if HAVE_BOOST_LAMBDA
+#if HAVE_BOOST_LAMBDA_LAMBDA_HPP
 #include <boost/lambda/lambda.hpp>
 #endif
 
@@ -226,7 +226,7 @@ find (vector<T> const &v, T const &key)
   return find (v.begin (), v.end (), key);
 }
 
-#if HAVE_BOOST_LAMBDA
+#if HAVE_BOOST_LAMBDA_LAMBDA_HPP
 #include <boost/lambda/lambda.hpp>
 using namespace boost::lambda;
 template<typename T>