gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Fri, 28 Mar 2008 21:52:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Russ Nelson <nelsonrn>  08/03/28 21:52:29

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        Remove test which disables GTK gui if dependencies are missing. If the 
        gtk is disabled, you don't get the right errors at the end of the 
        output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6064&r2=1.6065
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.500&r2=1.501

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6064
retrieving revision 1.6065
diff -u -b -r1.6064 -r1.6065
--- ChangeLog   28 Mar 2008 21:30:16 -0000      1.6064
+++ ChangeLog   28 Mar 2008 21:52:28 -0000      1.6065
@@ -1,3 +1,9 @@
+2008-03-28 Russ Nelson <address@hidden>
+
+       * Remove test which disables GTK gui if dependencies are missing.
+         If the gtk is disabled, you don't get the right errors at the
+         end of the output.
+
 2008-03-27  Rob Savoye  <address@hidden>
 
        * testsuite/Makefile.am: Add libnet.all to SUIBDIRS.

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -b -r1.500 -r1.501
--- configure.ac        28 Mar 2008 21:30:16 -0000      1.500
+++ configure.ac        28 Mar 2008 21:52:29 -0000      1.501
@@ -1066,12 +1066,6 @@
    fi
 
   GNASH_PKG_FIND(cairo, [cairo.h], [cairo render library], cairo_status)
-   dnl if gtk isn't installed, even if it's specified, don't try to build
-   dnl the GTK gui. 
-   if test x$has_gtk2 = xno; then
-      build_gtk=no
-      AC_MSG_WARN(["Disabling GTK GUI, no GTK development tools found"])
-   fi
 fi
 if test x$build_hildon = xyes; then
   GNASH_PATH_HILDON




reply via email to

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