diff options
author | Max Kellermann <max@duempel.org> | 2014-01-26 11:19:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-26 15:51:33 +0100 |
commit | 0b3fbdba87e9ecbfaefab9f71203a1c35f1a8b00 (patch) | |
tree | 4e103fbcbea5dd504054f0d60dbc84e83ceed52b /configure.ac | |
parent | 3dad837ca692df4eecee9c16fd9155b4ca23e289 (diff) | |
download | mpd-0b3fbdba87e9ecbfaefab9f71203a1c35f1a8b00.tar.gz mpd-0b3fbdba87e9ecbfaefab9f71203a1c35f1a8b00.tar.xz mpd-0b3fbdba87e9ecbfaefab9f71203a1c35f1a8b00.zip |
neighbor/upnp: UPnP media server discovery
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 19ead794b..d65839a40 100644 --- a/configure.ac +++ b/configure.ac @@ -897,6 +897,9 @@ if test x$enable_neighbor_plugins = xauto; then if test x$enable_smbclient = xyes; then enable_neighbor_plugins=yes fi + if test x$enable_upnp = xyes; then + enable_neighbor_plugins=yes + fi fi if test x$enable_neighbor_plugins = xyes; then |