CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/29 16:35:44
Modified files: . : ChangeLog configure.ac Log message: * configure.ac: don't force KDE gui everytime plugin is disabled (sic). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3861&r2=1.3862 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.380&r2=1.381 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3861 retrieving revision 1.3862 diff -u -b -r1.3861 -r1.3862 --- ChangeLog 29 Jul 2007 16:18:16 -0000 1.3861 +++ ChangeLog 29 Jul 2007 16:35:43 -0000 1.3862 @@ -1,3 +1,7 @@ +2007-07-29 Sandro Santilli <[EMAIL PROTECTED]> + + * configure.ac: don't force KDE gui everytime plugin is disabled (sic). + 2007-07-29 Nick Warne <[EMAIL PROTECTED]> * configure.ac: don't rely on has_kde *before* it is attempted to be Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.380 retrieving revision 1.381 diff -u -b -r1.380 -r1.381 --- configure.ac 29 Jul 2007 16:18:17 -0000 1.380 +++ configure.ac 29 Jul 2007 16:35:43 -0000 1.381 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.380 2007/07/29 16:18:17 strk Exp $ +dnl $Id: configure.ac,v 1.381 2007/07/29 16:35:43 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -921,7 +921,7 @@ fi dnl # Check KDE if kde gui or klash were requested -if test x$build_kde = xyes -o x"$klash" = xyes -o x"$plugin" = xno; then +if test x$build_kde = xyes -o x"$klash" = xyes; then kde=yes qt=yes build_kde=yes _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit