* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.

This commit is contained in:
Pavel Roskin 2001-08-25 05:05:51 +00:00
parent 09d9b11859
commit 8ae0cebc22
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-08-25 Pavel Roskin <proski@gnu.org>
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2001-08-24 Pavel Roskin <proski@gnu.org>
* extraconf.h: Remove all references to HAVE_X.

View File

@ -840,7 +840,9 @@ fi],
AC_CONFIG_SUBDIRS([vfs/samba])
fi])
AM_CONDITIONAL(USE_VFS, [test -n "$LIBVFS"])
AM_CONDITIONAL(USE_SAMBA_FS, [test "x$SAMBAFILES" != x])
AM_CONDITIONAL(INCLUDED_SLANG, [test -n "$LIBSLANG"])
AC_OUTPUT([
Make.common