Hello,

It seems that I can not enable-klash when the gui is gtk: the kde/qt
bits are not set (the autoconf macros are not called).

With the simple patch attached kde macros are called if klash is 
built.

--
Pat
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.151
diff -u -3 -p -r1.151 configure.ac
--- configure.ac        11 Oct 2006 19:02:10 -0000      1.151
+++ configure.ac        11 Oct 2006 21:53:03 -0000
@@ -487,7 +487,7 @@ dnl
 
 AC_CHECK_SIZEOF(size_t) dnl set SIZEOF_SIZE_T.
 
-if test x$renderer = xkde -o x$gui = xkde; then
+if test x$renderer = xkde -o x$gui = xkde -o x$klash = xyes ; then
 KDE_SET_PREFIX
 AM_KDE_WITH_NLS
 AC_PATH_KDE
_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to