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: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Sat, 22 Jul 2006 22:45:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/22 22:45:40

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        fixed tip (suggest --enable-gui, not --with-gui)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.499&r2=1.500
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.85&r2=1.86

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -b -r1.499 -r1.500
--- ChangeLog   17 Jul 2006 01:22:32 -0000      1.499
+++ ChangeLog   22 Jul 2006 22:45:40 -0000      1.500
@@ -1,3 +1,7 @@
+2006-07-23 Sandro Santilli <address@hidden>
+
+       * configure.ac: fixed tip (suggest --enable-gui, not --with-gui)
+
 2006-07-17 Bastiaan Jacques <address@hidden>
 
        * libbase/curl_adapter.cpp, server/{ActionExec.cpp, action_buffer.cpp,

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- configure.ac        12 Jul 2006 00:22:23 -0000      1.85
+++ configure.ac        22 Jul 2006 22:45:40 -0000      1.86
@@ -640,7 +640,7 @@
     if test x"$gui" = x"gtk"; then
       echo "ERROR: No GtkGLext development package installed!\
  You need to have the GtkGLext development package installed\
- to build the GTK gui. Try --with-gui=sdl or install libgtkglext1-dev \
+ to build the GTK gui. Try --enable-gui=sdl or install libgtkglext1-dev \
  (using apt-get) or gtkglext-devel (using yum)."
       nogo=true
     fi




reply via email to

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