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, 28 Nov 2006 11:58:05 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/28 11:58:05

Modified files:
        .              : configure.ac 

Log message:
        Fixed HAVE_GLIB-pb.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.219&r2=1.220

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- configure.ac        26 Nov 2006 11:46:30 -0000      1.219
+++ configure.ac        28 Nov 2006 11:58:05 -0000      1.220
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.219 2006/11/26 11:46:30 nihilus Exp $
+dnl $Id: configure.ac,v 1.220 2006/11/28 11:58:05 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -539,9 +539,10 @@
 dnl Need GLIB for both GTK and GST
 if test x${gui} = "xgtk" -o x${sound_handler} = "xgst"; then
        GNASH_PKG_FIND(glib, [glib.h], [], g_io_channel_init, [2.0])
-       AM_CONDITIONAL(HAVE_GLIB, [ test x$has_glib = xyes ])
 fi
 
+AM_CONDITIONAL(HAVE_GLIB, [ test x$has_glib = xyes ])
+
 if test x$gui = xgtk; then
    if test x$renderer = xopengl; then
       GNASH_PATH_GLEXT




reply via email to

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