aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-25 00:21:18 +0200
committerMax Kellermann <max@duempel.org>2014-10-25 00:21:18 +0200
commit1bfbced258b66f5d4c2ecc2104aac34fd1554022 (patch)
tree372072b877ed310e45912c747a02aa680ca9f9eb /configure.ac
parent6ac5980a17853413573cb62a7a4adf7a369f4177 (diff)
downloadmpd-1bfbced258b66f5d4c2ecc2104aac34fd1554022.tar.gz
mpd-1bfbced258b66f5d4c2ecc2104aac34fd1554022.tar.xz
mpd-1bfbced258b66f5d4c2ecc2104aac34fd1554022.zip
configure.ac: add storage plugin section to result
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 50db15bf0..5218e479d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1851,6 +1851,10 @@ results(ipv6, "IPv6")
results(tcp, "TCP")
results(un,[UNIX Domain Sockets])
+printf '\nStorage support:\n\t'
+results(nfs, [NFS])
+results(smbclient, [SMB])
+
printf '\nFile format support:\n\t'
results(aac, [AAC])
results(adplug, [AdPlug])