libcanberra-0.10 configure.ac allows disabling of the gtk module and conditions its test for the GCONFTOOL program on gtk being enabled. However, the schema for the gtk module is always installed by a Makefile.am fragment that uses GCONFTOOL. That leads to two questions for the case when gtk is disabled. First, why install a schema if the gtk module doesn't exist? Second, how can Makefile.am use a variable that isn't set? Seems like either all gconf stuff should always happen (not conditional on gtk) or else gconf should be fully restricted to the case where gtk is enabled.
dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks _______________________________________________ libcanberra-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/libcanberra-discuss
