configure.ac: improve detection of libgme
At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config.
This commit is contained in:
		| @@ -853,7 +853,7 @@ fi | |||||||
| AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes) | AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes) | ||||||
|  |  | ||||||
| dnl ---------------------------------- libgme --------------------------------- | dnl ---------------------------------- libgme --------------------------------- | ||||||
| MPD_AUTO_PKG(gme, GME, [libgme], | MPD_AUTO_PKG_LIB(gme, GME, [libgme], gme, gme_open_file, [-lgme -lstdc++], [], | ||||||
| 	[gme decoder plugin], [libgme not found]) | 	[gme decoder plugin], [libgme not found]) | ||||||
| AM_CONDITIONAL(HAVE_GME, test x$enable_gme = xyes) | AM_CONDITIONAL(HAVE_GME, test x$enable_gme = xyes) | ||||||
| if test x$enable_gme = xyes; then | if test x$enable_gme = xyes; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Denis Krjuchkov
					Denis Krjuchkov