diff options
author | Max Kellermann <max@duempel.org> | 2014-12-02 07:11:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-02 07:11:11 +0100 |
commit | 5899a272efa5f09fd78173891a307fd335838237 (patch) | |
tree | ec3b02bc1310c8c22bdcf005e92a964ffa0c9e1d /configure.ac | |
parent | 27b4c62bc1baec82e097be0e8b25be095f52ad93 (diff) |
decoder/gme: simplify ParseContainerPath()
Use simple string and path parsing functions instead of GLib's
g_pattern_match(), which was used in a very clumsy way.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a539731f8..c45e32dcb 100644 --- a/configure.ac +++ b/configure.ac @@ -341,8 +341,6 @@ AC_ARG_ENABLE(gme, AS_HELP_STRING([--enable-gme], [enable Blargg's game music emulator plugin]),, enable_gme=auto) -MPD_DEPENDS([enable_gme], [enable_glib], - [Cannot use --enable-gme with --disable-glib]) AC_ARG_ENABLE(httpd-output, AS_HELP_STRING([--enable-httpd-output], |