* configure.in: Check for ext2 libraries only if VFS is enabled.

This commit is contained in:
Pavel Roskin 2001-01-11 20:54:50 +00:00
parent 98f942fd46
commit 3d37d84984
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2001-01-11 Pavel Roskin <proski@gnu.org>
* configure.in: Check for ext2 libraries only if VFS is enabled.
* src/Makefile.in: Create directories before installing files.
Removed all occurences of libprefix - it's never defined.

View File

@ -755,6 +755,7 @@ AC_ARG_WITH(netrc,
undelfs_o=""
if test $use_vfs = yes; then
AC_ARG_WITH(ext2undel,
[--with-ext2undel Compile with ext2 undelete code],[
if test x$withval != xno;
@ -769,6 +770,7 @@ AC_ARG_WITH(ext2undel,
dnl Default: detect
AC_CHECK_LIB(ext2fs, ext2fs_close, [AC_EXT2_UNDEL],,-lcom_err)
])
fi
AC_SUBST(undelfs_o)

View File

@ -1 +1 @@
Wed Aug 2 17:05:38 UTC 2000
Thu Jan 11 20:18:08 UTC 2001