CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 06/10/10 20:58:26
Modified files:
. : configure.ac
Log message:
Fixes ambigiousity.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.142&r2=1.143
Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- configure.ac 10 Oct 2006 20:39:03 -0000 1.142
+++ configure.ac 10 Oct 2006 20:58:26 -0000 1.143
@@ -33,7 +33,7 @@
dnl also makes it possible to release a modified version which carries
dnl forward this exception.
-dnl $Id: configure.ac,v 1.142 2006/10/10 20:39:03 nihilus Exp $
+dnl $Id: configure.ac,v 1.143 2006/10/10 20:58:26 nihilus Exp $
AC_PREREQ(2.50)
AC_INIT(gnash, 0.7.1-cvs)
@@ -1104,7 +1104,7 @@
fi
fi
-if test x"$BOOST_CFLAGS" != x; then
+if test x"$BOOST_CFLAGS" != x -o test x"$BOOST_LIBS" != x; then
echo " BOOST flags are: $BOOST_CFLAGS"
echo " BOOST libs are: $BOOST_LIBS"
else
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit