CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/07/28 01:39:04
Modified files: . : ChangeLog configure.ac Log message: Fixed bogus enabling of klash. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3846&r2=1.3847 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.371&r2=1.372 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3846 retrieving revision 1.3847 diff -u -b -r1.3846 -r1.3847 --- ChangeLog 28 Jul 2007 01:18:32 -0000 1.3846 +++ ChangeLog 28 Jul 2007 01:39:04 -0000 1.3847 @@ -1,3 +1,7 @@ +2007-07-28 Markus Gothe <[EMAIL PROTECTED]> + + * configure.ac: Don't try building KDE/Klash if we'vent got the libs... + 2007-07-27 Nick Warne <[EMAIL PROTECTED]> * plugin/klash/klash_part.cpp: typo (0l => 0L) Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.371 retrieving revision 1.372 diff -u -b -r1.371 -r1.372 --- configure.ac 27 Jul 2007 03:28:56 -0000 1.371 +++ configure.ac 28 Jul 2007 01:39:04 -0000 1.372 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.371 2007/07/27 03:28:56 strk Exp $ +dnl $Id: configure.ac,v 1.372 2007/07/28 01:39:04 nihilus Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -984,12 +984,14 @@ echo "WARNING: No KDE development package installed, disabling klash" klash=no fi + klash=no fi if test x$has_qt != xyes; then if test x$klash = xyes; then echo "WARNING: No QT development package installed, disabling klash" klash=no fi + klash=no fi AM_CONDITIONAL(KLASH, [test x$klash = xyes]) _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit