adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

configure fails with conditional "GCONF_SCHEMAS_INSTALL" was never defined. #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1) running ./configure --prefix=/usr --disable-schemas-install --without-gconf
2) 
configure: error: conditional "GCONF_SCHEMAS_INSTALL" was never defined.
Usually this means the macro was only invoked conditionally.
make: *** No targets specified and no makefile found.  Stop.

also i tried without --disable-schemas-install

version: 0.9.9

Original issue reported on code.google.com by biru.ionut on 7 Feb 2010 at 5:28

Attachments:

GoogleCodeExporter commented 8 years ago
Minor patch committed to SVN see patch in r362, all you need is the patch to
configure.in and then run autoreconf

Kevin

Original comment by kdeko...@gmail.com on 7 Feb 2010 at 7:06

GoogleCodeExporter commented 8 years ago
Oh and after this patch you do not need the --disable-schemas-install option

Original comment by kdeko...@gmail.com on 7 Feb 2010 at 7:06

GoogleCodeExporter commented 8 years ago
thanks. is working fine.

Original comment by biru.ionut on 7 Feb 2010 at 7:21