Run samba configure script if --enable-vfs-smb option is used.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-07-23 11:49:47 +04:00
parent 4dcc1148a3
commit 5b8b72b067

View File

@ -18,7 +18,9 @@ AC_DEFUN([AC_MC_VFS_SMB],
AC_DEFINE([ENABLE_VFS_SMB], [1], [Define to enable VFS over SMB])
fi
if test "$enable_vfs_smb" = "yes"; then
AC_CONFIG_SUBDIRS([lib/vfs/mc-vfs/samba])
fi
AM_CONDITIONAL([ENABLE_VFS_SMB], [test x"$enable_vfs_smb" = x"yes"])
])