CVSROOT: /sources/gnash Module name: gnash Changes by: Rob Savoye <rsavoye> 07/10/05 20:00:54
Modified files: macros : boost.m4 Log message: Test with the flag variables, instead of what's missing. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.61&r2=1.62 Patches: Index: boost.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/boost.m4,v retrieving revision 1.61 retrieving revision 1.62 diff -u -b -r1.61 -r1.62 --- boost.m4 5 Oct 2007 18:35:51 -0000 1.61 +++ boost.m4 5 Oct 2007 20:00:54 -0000 1.62 @@ -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.61 2007/10/05 18:35:51 rsavoye Exp $ +dnl $Id: boost.m4,v 1.62 2007/10/05 20:00:54 rsavoye Exp $ dnl Boost modules are: dnl date-time, filesystem. graph. iostreams, program options, python, @@ -136,11 +136,11 @@ fi AC_MSG_RESULT(${ac_cv_path_boost_lib}) - if test x"${missing_headers}" != x; then + if test x"${ac_cv_path_boost_incl}" != x; then BOOST_CFLAGS="$ac_cv_path_boost_incl" fi - if test x"${missing_libs}" != x; then + if test x"${ac_cv_path_boost_lib}" != x; then BOOST_LIBS="$ac_cv_path_boost_lib" fi _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit