From b3f5b4932c360efef696f7db112766c63b1de389 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 21 Nov 2014 22:19:57 +0100 Subject: configure.ac: add macro MPD_ENABLE_AUTO_PKG Simplify the definition of many build options. --- src/playlist/PlaylistRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist') diff --git a/src/playlist/PlaylistRegistry.cxx b/src/playlist/PlaylistRegistry.cxx index 4e9ef890e..aed8e1567 100644 --- a/src/playlist/PlaylistRegistry.cxx +++ b/src/playlist/PlaylistRegistry.cxx @@ -49,7 +49,7 @@ const struct playlist_plugin *const playlist_plugins[] = { // TODO: enable without GLib &pls_playlist_plugin, #endif -#ifdef HAVE_EXPAT +#ifdef ENABLE_EXPAT &xspf_playlist_plugin, &asx_playlist_plugin, &rss_playlist_plugin, -- cgit v1.2.3