gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac
Date: Tue, 10 Oct 2006 20:58:26 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]