* configure.in: Only configure in vfs/samba if smbfs support is

enabled.
This commit is contained in:
Pavel Roskin 2001-01-30 16:55:09 +00:00
parent 0c940743b3
commit ecfec37e3f
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -959,7 +959,9 @@ AC_SUBST(PCENTRULE)
dnl
dnl Output configuration files
dnl
if test "x$SAMBAFILES" != x; then
AC_CONFIG_SUBDIRS(vfs/samba)
fi
AC_OUTPUT([
Make.common