Merge pull request #427 from sraue/optional-samba
authorStephan Raue <stephan@openelec.tv>
Mon, 19 Sep 2011 18:29:21 +0000 (11:29 -0700)
committerStephan Raue <stephan@openelec.tv>
Mon, 19 Sep 2011 18:29:21 +0000 (11:29 -0700)
configure: let select samba support, this patch adds a configure option to en/disable samba support in xbmc. this is usefull if xbmc is not used as a full mediacenter (kiosk systems, embedded systems) where a minimal OS is needed (not using libsmbclient can save around 6MB) or to restrict samba access from xbmc for various reasons. samba support is enabled by default and configure breaks with missing_library if libsmbclient is not found and samba support is not explicity disabled at configure time. on windows samba support is fully enabled

1  2 
configure.in

diff --cc configure.in
Simple merge