Commit 1bfbced2 authored by Max Kellermann's avatar Max Kellermann

configure.ac: add storage plugin section to result

parent 6ac5980a
...@@ -1851,6 +1851,10 @@ results(ipv6, "IPv6") ...@@ -1851,6 +1851,10 @@ results(ipv6, "IPv6")
results(tcp, "TCP") results(tcp, "TCP")
results(un,[UNIX Domain Sockets]) results(un,[UNIX Domain Sockets])
printf '\nStorage support:\n\t'
results(nfs, [NFS])
results(smbclient, [SMB])
printf '\nFile format support:\n\t' printf '\nFile format support:\n\t'
results(aac, [AAC]) results(aac, [AAC])
results(adplug, [AdPlug]) results(adplug, [AdPlug])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment