CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/09/25 11:11:36
Modified files: macros : boost.m4 Log message: Fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.56&r2=1.57 Patches: Index: boost.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/boost.m4,v retrieving revision 1.56 retrieving revision 1.57 diff -u -b -r1.56 -r1.57 --- boost.m4 25 Sep 2007 09:39:49 -0000 1.56 +++ boost.m4 25 Sep 2007 11:11:36 -0000 1.57 @@ -14,7 +14,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -dnl $Id: boost.m4,v 1.56 2007/09/25 09:39:49 cmusick Exp $ +dnl $Id: boost.m4,v 1.57 2007/09/25 11:11:36 nihilus Exp $ dnl Boost modules are: dnl date-time, filesystem. graph. iostreams, program options, python, @@ -53,11 +53,11 @@ dnl Fix for packaging systems not adding extra fluff to the path-name. i=`dirname ${j}` - if test -f ${j}/boost/detail/lightweight_mutex.hpp -a -f ${j}/boost/thread.hpp -a -f ${j}/boost/multi_index.hpp -a -f ${j}/boost/multi_index/key_extractors.hpp ;then + if test -f ${j}/boost/detail/lightweight_mutex.hpp -a -f ${j}/boost/thread.hpp -a -f ${j}/boost/multi_index.hpp -a -f ${j}/boost/multi_index/key_extractors.hpp ; then gnash_boost_topdir=`basename $j` ac_cv_path_boost_incl="-I${j}" break; - elif test -f ${i}/boost/detail/lightweight_mutex.hpp -a -f ${i}/boost/thread.hpp ; then + elif test -f ${i}/boost/detail/lightweight_mutex.hpp -a -f ${i}/boost/thread.hpp -a -f ${j}/boost/multi_index.hpp -a -f ${j}/boost/multi_index/key_extractors.hpp ; then ac_cv_path_boost_incl="-I${i}" break fi _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit