diff options
author | Max Kellermann <max@duempel.org> | 2014-10-25 00:21:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 00:21:18 +0200 |
commit | 1bfbced258b66f5d4c2ecc2104aac34fd1554022 (patch) | |
tree | 372072b877ed310e45912c747a02aa680ca9f9eb /configure.ac | |
parent | 6ac5980a17853413573cb62a7a4adf7a369f4177 (diff) |
configure.ac: add storage plugin section to result
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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]) |