Bug: if VFS is disabled, perl is not checked and man2hlp doesn't work.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2010-07-09 15:15:52 +03:00 committed by Andrew Borodin
parent d0de39bcde
commit 3ef8854036
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
AC_PATH_PROG([PERL], [perl], [/usr/bin/perl])
AC_ISC_POSIX

View File

@ -16,7 +16,6 @@ AC_DEFUN([AC_MC_EXTFS_CHECKS], [
HAVE_ZIPINFO=0
fi
AC_SUBST([HAVE_ZIPINFO])
AC_PATH_PROG([PERL], [perl], [/usr/bin/perl])
])