mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: Only configure in vfs/samba if smbfs support is
enabled.
This commit is contained in:
parent
0c940743b3
commit
ecfec37e3f
@ -1,3 +1,8 @@
|
||||
2001-01-30 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Only configure in vfs/samba if smbfs support is
|
||||
enabled.
|
||||
|
||||
2001-01-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Don't create a faked malloc.h.
|
||||
|
@ -959,7 +959,9 @@ AC_SUBST(PCENTRULE)
|
||||
dnl
|
||||
dnl Output configuration files
|
||||
dnl
|
||||
AC_CONFIG_SUBDIRS(vfs/samba)
|
||||
if test "x$SAMBAFILES" != x; then
|
||||
AC_CONFIG_SUBDIRS(vfs/samba)
|
||||
fi
|
||||
|
||||
AC_OUTPUT([
|
||||
Make.common
|
||||
|
Loading…
Reference in New Issue
Block a user