CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/05 08:17:21
Modified files: . : ChangeLog configure.ac Log message: * configure.ac: make "missing KDE" message more didactic (see bug #21497) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4765&r2=1.4766 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.435&r2=1.436 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4765 retrieving revision 1.4766 diff -u -b -r1.4765 -r1.4766 --- ChangeLog 5 Nov 2007 08:06:02 -0000 1.4765 +++ ChangeLog 5 Nov 2007 08:17:20 -0000 1.4766 @@ -1,5 +1,7 @@ 2007-11-05 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: make "missing KDE" message more didactic + (see bug #21497) * server/shape.{cpp,h}: drop the point_test method, not much useful on its own ... Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.435 retrieving revision 1.436 diff -u -b -r1.435 -r1.436 --- configure.ac 26 Oct 2007 15:43:02 -0000 1.435 +++ configure.ac 5 Nov 2007 08:17:21 -0000 1.436 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.435 2007/10/26 15:43:02 nihilus Exp $ +dnl $Id: configure.ac,v 1.436 2007/11/05 08:17:21 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -1665,9 +1665,13 @@ echo " KDE libs are: $KDE_LIBS" else echo " ERROR: No KDE development package installed!" - echo " Reconfigure using --enable-gui=..." - echo " to choose a different gui" - echo " or install the KDE development environment from http://kde.org" + echo " To disable the KDE gui," + echo " reconfigure using --enable-gui=<list-of-guis>" + echo " and omit "kde" from the list." + echo " When the option --enable-gui=... is omitted," + echo " the default is the same of --enable-gui=kde,gtk" + echo " To be able to build the kde gui," + echo " install the KDE development environment from http://kde.org" echo " or .deb users: apt-get install kdelibs-dev" echo " or .rpm users: yum install <something-else>." nogo=true _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit